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/ExecutionDriver.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/ExecutionDriver.cpp')
-rw-r--r-- | llvm/tools/bugpoint/ExecutionDriver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/bugpoint/ExecutionDriver.cpp b/llvm/tools/bugpoint/ExecutionDriver.cpp index 481d1d1fed4..72e564ec3c0 100644 --- a/llvm/tools/bugpoint/ExecutionDriver.cpp +++ b/llvm/tools/bugpoint/ExecutionDriver.cpp @@ -13,7 +13,7 @@ //===----------------------------------------------------------------------===// #include "BugDriver.h" -#include "llvm/Support/ToolRunner.h" +#include "ToolRunner.h" #include "llvm/Support/CommandLine.h" #include "llvm/Support/Debug.h" #include "llvm/Support/FileUtilities.h" |