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 2121#include " llvm/IR/FMF.h"
2222#include " llvm/IR/InstrTypes.h"
2323#include " llvm/IR/Instructions.h"
24- #include " llvm/IR/IntrinsicInst.h"
2524#include " llvm/IR/Intrinsics.h"
2625#include " llvm/Support/Compiler.h"
2726#include < cassert>
@@ -42,6 +41,7 @@ class LoopInfo;
4241class MDNode ;
4342class StringRef ;
4443class TargetLibraryInfo ;
44+ class IntrinsicInst ;
4545template <typename T> class ArrayRef ;
4646
4747constexpr unsigned MaxAnalysisRecursionDepth = 6 ;
Original file line number Diff line number Diff line change 1616#include " llvm/IR/IRBuilder.h"
1717#include " llvm/IR/InstIterator.h"
1818#include " llvm/IR/Instructions.h"
19+ #include " llvm/IR/IntrinsicInst.h"
1920#include " llvm/IR/LLVMContext.h"
2021#include " llvm/IR/Module.h"
2122#include " llvm/Support/ErrorHandling.h"
You can’t perform that action at this time.
0 commit comments