Skip to content

Commit c6e88b2

Browse files
authored
Proper BUILD.bazel fix due to c07e1e3 (#130962)
1 parent 1d0dd76 commit c6e88b2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

llvm/include/llvm/ADT/GenericUniformityImpl.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,15 @@
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

5958
namespace 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:

utils/bazel/llvm-project-overlay/llvm/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1208,7 +1208,6 @@ cc_library(
12081208
]),
12091209
deps = [
12101210
":BinaryFormat",
1211-
":CodeGen",
12121211
":Core",
12131212
":Object",
12141213
":ProfileData",

0 commit comments

Comments
 (0)