File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 21
21
#include " llvm/IR/FMF.h"
22
22
#include " llvm/IR/InstrTypes.h"
23
23
#include " llvm/IR/Instructions.h"
24
- #include " llvm/IR/IntrinsicInst.h"
25
24
#include " llvm/IR/Intrinsics.h"
26
25
#include " llvm/Support/Compiler.h"
27
26
#include < cassert>
@@ -42,6 +41,7 @@ class LoopInfo;
42
41
class MDNode ;
43
42
class StringRef ;
44
43
class TargetLibraryInfo ;
44
+ class IntrinsicInst ;
45
45
template <typename T> class ArrayRef ;
46
46
47
47
constexpr unsigned MaxAnalysisRecursionDepth = 6 ;
Original file line number Diff line number Diff line change 16
16
#include " llvm/IR/IRBuilder.h"
17
17
#include " llvm/IR/InstIterator.h"
18
18
#include " llvm/IR/Instructions.h"
19
+ #include " llvm/IR/IntrinsicInst.h"
19
20
#include " llvm/IR/LLVMContext.h"
20
21
#include " llvm/IR/Module.h"
21
22
#include " llvm/Support/ErrorHandling.h"
You can’t perform that action at this time.
0 commit comments