[PGO] Remove dead member variable InstrumentFuncEntry (NFC)
authorKazu Hirata <kazu@google.com>
Sun, 20 Dec 2020 17:57:04 +0000 (09:57 -0800)
committerKazu Hirata <kazu@google.com>
Sun, 20 Dec 2020 17:57:05 +0000 (09:57 -0800)
commit5d24935f220d3f3e6b95fcc092a839c63e2783b6
tree5ea690665dae613e63fe974ccf545ecac679dd8b
parent3285ee143b7f4b41ab3c37ea4ba10ba00a57756e
[PGO] Remove dead member variable InstrumentFuncEntry (NFC)

This patch removes InstrumentFuncEntry as it is dead.

The constructor of FuncPGOInstrumentation passes InstrumentFuncEntry
to MST, but it doesn't make a local copy as a member variable.
llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp