diff options
| author | Misha Brukman <brukman+llvm@gmail.com> | 2004-07-29 17:30:56 +0000 |
|---|---|---|
| committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-07-29 17:30:56 +0000 |
| commit | 47b14a4a6a455c7be169cfd312fcbe796f0ad426 (patch) | |
| tree | a6e2b2fdd43f33e304779ba3dc3e77290d9027de /tools/bugpoint/CrashDebugger.cpp | |
| parent | 879313ae3aa2052cc40ba6f0f25c17e7a5a6f0da (diff) | |
Fix #includes of i*.h => Instructions.h as per PR403.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15334 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint/CrashDebugger.cpp')
| -rw-r--r-- | tools/bugpoint/CrashDebugger.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bugpoint/CrashDebugger.cpp b/tools/bugpoint/CrashDebugger.cpp index 92aa996437..69837f9c2a 100644 --- a/tools/bugpoint/CrashDebugger.cpp +++ b/tools/bugpoint/CrashDebugger.cpp @@ -14,7 +14,7 @@ #include "BugDriver.h" #include "ListReducer.h" #include "llvm/Constant.h" -#include "llvm/iTerminators.h" +#include "llvm/Instructions.h" #include "llvm/Module.h" #include "llvm/Pass.h" #include "llvm/PassManager.h" |
