[all-commits] [llvm/llvm-project] 5d2493: [PGO] Remove dead member variable InstrumentFuncEn...
llvmbot via All-commits
all-commits at lists.llvm.org
Sun Dec 20 10:01:40 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5d24935f220d3f3e6b95fcc092a839c63e2783b6
https://github.com/llvm/llvm-project/commit/5d24935f220d3f3e6b95fcc092a839c63e2783b6
Author: Kazu Hirata <kazu at google.com>
Date: 2020-12-20 (Sun, 20 Dec 2020)
Changed paths:
M llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list