diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-06-06 22:30:59 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-06-06 22:30:59 +0000 |
| commit | ffac2867378c6d8c6099823183b53e276947f166 (patch) | |
| tree | 60f85c64571302b0e9a1f07220b5e70ad883419d /llvm/tools/bugpoint/CrashDebugger.cpp | |
| parent | 95cebb082feffbc663791a6828ea476dc14f6ba4 (diff) | |
| download | bcm5719-llvm-ffac2867378c6d8c6099823183b53e276947f166.tar.gz bcm5719-llvm-ffac2867378c6d8c6099823183b53e276947f166.zip | |
Move ToolRunner.(cpp|h) into the bugpoint directory
llvm-svn: 28699
Diffstat (limited to 'llvm/tools/bugpoint/CrashDebugger.cpp')
| -rw-r--r-- | llvm/tools/bugpoint/CrashDebugger.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/bugpoint/CrashDebugger.cpp b/llvm/tools/bugpoint/CrashDebugger.cpp index 53b15800aed..2e2ab20fa04 100644 --- a/llvm/tools/bugpoint/CrashDebugger.cpp +++ b/llvm/tools/bugpoint/CrashDebugger.cpp @@ -12,6 +12,7 @@ //===----------------------------------------------------------------------===// #include "BugDriver.h" +#include "ToolRunner.h" #include "ListReducer.h" #include "llvm/Constant.h" #include "llvm/Instructions.h" @@ -23,7 +24,6 @@ #include "llvm/Analysis/Verifier.h" #include "llvm/Bytecode/Writer.h" #include "llvm/Support/CFG.h" -#include "llvm/Support/ToolRunner.h" #include "llvm/Transforms/Scalar.h" #include "llvm/Transforms/Utils/Cloning.h" #include "llvm/Support/FileUtilities.h" |

