File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
utils/bazel/llvm-project-overlay/llvm Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 5151#include " llvm/ADT/SmallPtrSet.h"
5252#include " llvm/ADT/SparseBitVector.h"
5353#include " llvm/ADT/StringExtras.h"
54- #include " llvm/CodeGen/MachineInstr.h"
5554#include " llvm/Support/raw_ostream.h"
5655
5756#define DEBUG_TYPE " uniformity"
5857
5958namespace llvm {
6059
60+ // Forward decl from llvm/CodeGen/MachineInstr.h
61+ class MachineInstr ;
62+
6163// / Construct a specially modified post-order traversal of cycles.
6264// /
6365// / The ModifiedPO is contructed using a virtually modified CFG as follows:
Original file line number Diff line number Diff line change @@ -1208,7 +1208,6 @@ cc_library(
12081208 ]),
12091209 deps = [
12101210 ":BinaryFormat" ,
1211- ":CodeGen" ,
12121211 ":Core" ,
12131212 ":Object" ,
12141213 ":ProfileData" ,
You can’t perform that action at this time.
0 commit comments