diff options
Diffstat (limited to 'llvm/lib/CodeGen/FEntryInserter.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/FEntryInserter.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/llvm/lib/CodeGen/FEntryInserter.cpp b/llvm/lib/CodeGen/FEntryInserter.cpp index a122f490884ee..4c0f30bce8200 100644 --- a/llvm/lib/CodeGen/FEntryInserter.cpp +++ b/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; | 
