diff options
Diffstat (limited to 'contrib/llvm-project/llvm/lib/CodeGen/FEntryInserter.cpp')
| -rw-r--r-- | contrib/llvm-project/llvm/lib/CodeGen/FEntryInserter.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/llvm-project/llvm/lib/CodeGen/FEntryInserter.cpp b/contrib/llvm-project/llvm/lib/CodeGen/FEntryInserter.cpp index a122f490884e..4c0f30bce820 100644 --- a/contrib/llvm-project/llvm/lib/CodeGen/FEntryInserter.cpp +++ b/contrib/llvm-project/llvm/lib/CodeGen/FEntryInserter.cpp @@ -19,6 +19,7 @@  #include "llvm/CodeGen/TargetSubtargetInfo.h"  #include "llvm/IR/Function.h"  #include "llvm/IR/Module.h" +#include "llvm/InitializePasses.h"  using namespace llvm;  | 
