Skip to content

Commit dc62bc8

Browse files
committed
[nfc][ctx_prof] Remove spurious #include in PGOCtxProfFlattening.cpp
Re. PR ##107329, 2 includes weren't necessary - the CodeGen one, in particular, seemed accidentally (IDE) introduced.
1 parent 086ee76 commit dc62bc8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Transforms/Instrumentation/PGOCtxProfFlattening.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
#include "llvm/ADT/STLExtras.h"
2323
#include "llvm/ADT/ScopeExit.h"
2424
#include "llvm/Analysis/CtxProfAnalysis.h"
25-
#include "llvm/Analysis/OptimizationRemarkEmitter.h"
2625
#include "llvm/Analysis/ProfileSummaryInfo.h"
27-
#include "llvm/CodeGen/MachineBasicBlock.h"
2826
#include "llvm/IR/Analysis.h"
2927
#include "llvm/IR/CFG.h"
3028
#include "llvm/IR/Dominators.h"

0 commit comments

Comments
 (0)