diff options
Diffstat (limited to 'llvm/tools/bugpoint/BugDriver.cpp')
-rw-r--r-- | llvm/tools/bugpoint/BugDriver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/bugpoint/BugDriver.cpp b/llvm/tools/bugpoint/BugDriver.cpp index 4d1ce462a1b..a1bb2d42636 100644 --- a/llvm/tools/bugpoint/BugDriver.cpp +++ b/llvm/tools/bugpoint/BugDriver.cpp @@ -13,7 +13,7 @@ #include "llvm/Bytecode/Reader.h" #include "llvm/Transforms/Utils/Linker.h" #include "Support/CommandLine.h" -#include "Support/SystemUtils.h" +#include "Support/FileUtilities.h" #include <memory> // Anonymous namespace to define command line options for debugging. |