[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.
This commit is contained in:
Kazu Hirata 2020-12-20 09:57:04 -08:00
parent 3285ee143b
commit 5d24935f22
1 changed files with 0 additions and 3 deletions

View File

@ -563,9 +563,6 @@ private:
// Is this is context-sensitive instrumentation.
bool IsCS;
// If we instrument function entry BB by default.
bool InstrumentFuncEntry;
// A map that stores the Comdat group in function F.
std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers;