Skip to content

Commit 89eeb4f

Browse files
committed
[LegacyPM] Clean up includes in LowerExpectIntrinsicPass
This is a follow up to commit 8511ade which removed legacy PM support in LowerExpectIntrinsicPass. That commit made some of the includes redundant.
1 parent 9330261 commit 89eeb4f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/lib/Transforms/Scalar/LowerExpectIntrinsic.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@
2020
#include "llvm/IR/Intrinsics.h"
2121
#include "llvm/IR/LLVMContext.h"
2222
#include "llvm/IR/MDBuilder.h"
23-
#include "llvm/InitializePasses.h"
24-
#include "llvm/Pass.h"
2523
#include "llvm/Support/CommandLine.h"
26-
#include "llvm/Transforms/Scalar.h"
2724
#include "llvm/Transforms/Utils/MisExpect.h"
2825

2926
#include <cmath>

0 commit comments

Comments
 (0)