summaryrefslogtreecommitdiff
path: root/tools/bugpoint/ExecutionDriver.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-06-06 22:30:59 +0000
committerChris Lattner <sabre@nondot.org>2006-06-06 22:30:59 +0000
commitf1b20d8620b05abaa52f40ac6d21f839b265fb00 (patch)
treed2a148e9dcff660cf202c98283c7c28121ed5bff /tools/bugpoint/ExecutionDriver.cpp
parent18a4af2ba6ac38dd96c11de0743e7cf701c1cc14 (diff)
downloadllvm-f1b20d8620b05abaa52f40ac6d21f839b265fb00.tar.gz
llvm-f1b20d8620b05abaa52f40ac6d21f839b265fb00.tar.bz2
llvm-f1b20d8620b05abaa52f40ac6d21f839b265fb00.tar.xz
Move ToolRunner.(cpp|h) into the bugpoint directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28699 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint/ExecutionDriver.cpp')
-rw-r--r--tools/bugpoint/ExecutionDriver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bugpoint/ExecutionDriver.cpp b/tools/bugpoint/ExecutionDriver.cpp
index 481d1d1fed..72e564ec3c 100644
--- a/tools/bugpoint/ExecutionDriver.cpp
+++ b/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"