diff options
Diffstat (limited to 'contrib/llvm-project/llvm/lib/CodeGen/IndirectBrExpandPass.cpp')
| -rw-r--r-- | contrib/llvm-project/llvm/lib/CodeGen/IndirectBrExpandPass.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/llvm-project/llvm/lib/CodeGen/IndirectBrExpandPass.cpp b/contrib/llvm-project/llvm/lib/CodeGen/IndirectBrExpandPass.cpp index 7ac093ba4a71..4473a139d3ad 100644 --- a/contrib/llvm-project/llvm/lib/CodeGen/IndirectBrExpandPass.cpp +++ b/contrib/llvm-project/llvm/lib/CodeGen/IndirectBrExpandPass.cpp @@ -36,6 +36,7 @@  #include "llvm/IR/InstIterator.h"  #include "llvm/IR/Instruction.h"  #include "llvm/IR/Instructions.h" +#include "llvm/InitializePasses.h"  #include "llvm/Pass.h"  #include "llvm/Support/Debug.h"  #include "llvm/Support/ErrorHandling.h"  | 
