summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-10-06 18:37:24 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-10-06 18:37:24 +0000
commit6873450ed50b37d131f901058688445d0081829c (patch)
tree6e3b780d7d0c62f04881d08835923767537ef7b3 /tools
parent29f73611e2a0e3a7f16fa9816e0ae862d47bb6b4 (diff)
downloadllvm-6873450ed50b37d131f901058688445d0081829c.tar.gz
llvm-6873450ed50b37d131f901058688445d0081829c.tar.bz2
llvm-6873450ed50b37d131f901058688445d0081829c.tar.xz
ToolRunner.h has been moved from include/Support to include/llvm/Support.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8898 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/bugpoint/ToolRunner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bugpoint/ToolRunner.cpp b/tools/bugpoint/ToolRunner.cpp
index 1ae5260bef..985c6854b8 100644
--- a/tools/bugpoint/ToolRunner.cpp
+++ b/tools/bugpoint/ToolRunner.cpp
@@ -1,6 +1,6 @@
+#include "llvm/Support/ToolRunner.h"
#include "Support/Debug.h"
#include "Support/FileUtilities.h"
-#include "Support/ToolRunner.h"
//===---------------------------------------------------------------------===//
// LLI Implementation of AbstractIntepreter interface