Skip to content

Commit 4370833

Browse files
committed
[HashRecognize] Remove unused #include
It's also a layering violation.
1 parent 30ce1aa commit 4370833

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

llvm/include/llvm/Analysis/HashRecognize.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,12 @@
2121
#include "llvm/IR/PassManager.h"
2222
#include "llvm/IR/Value.h"
2323
#include "llvm/Support/KnownBits.h"
24-
#include "llvm/Transforms/Scalar/LoopPassManager.h"
24+
#include <variant>
2525

2626
namespace llvm {
27+
28+
class LPMUpdater;
29+
2730
/// A tuple of bits that are expected to be zero, number N of them expected to
2831
/// be zero, with a boolean indicating whether it's the top or bottom N bits
2932
/// expected to be zero.

0 commit comments

Comments
 (0)