diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-08-07 21:04:42 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-08-07 21:04:42 +0000 |
commit | 0bd75bb92d25591b89f5dee08fb343709d792d5b (patch) | |
tree | 3aaf8bfd30ebd9db1834b5ab5d6b35cb1ff31d17 /tools/bugpoint/BugDriver.cpp | |
parent | 5709e512b19b9b97f3011197bda04ab8e1fe191b (diff) |
Moved SystemUtils.h to include/Support and SystemUtils.cpp to lib/Support.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7687 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint/BugDriver.cpp')
-rw-r--r-- | tools/bugpoint/BugDriver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bugpoint/BugDriver.cpp b/tools/bugpoint/BugDriver.cpp index f69feabfff..9b9c2ec6ce 100644 --- a/tools/bugpoint/BugDriver.cpp +++ b/tools/bugpoint/BugDriver.cpp @@ -7,7 +7,7 @@ //===----------------------------------------------------------------------===// #include "BugDriver.h" -#include "SystemUtils.h" +#include "Support/SystemUtils.h" #include "llvm/Module.h" #include "llvm/Bytecode/Reader.h" #include "llvm/Assembly/Parser.h" |