commit | e4f1a9b8a272ff7452759019ee7774e9dbdf1568 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Thu Oct 07 20:32:40 2010 +0000 |
committer | Dan Gohman <gohman@apple.com> | Thu Oct 07 20:32:40 2010 +0000 |
tree | a74d83d424f6f14590efe3b116abc9333f479bc8 | |
parent | aa4897fa1323ef78d5e72a80c74e96eb21f72057 [diff] [blame] |
Move tool_output_file into its own file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115973 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/bugpoint/OptimizerDriver.cpp b/tools/bugpoint/OptimizerDriver.cpp index 3600ca6..25b1720 100644 --- a/tools/bugpoint/OptimizerDriver.cpp +++ b/tools/bugpoint/OptimizerDriver.cpp
@@ -29,7 +29,7 @@ #include "llvm/Support/CommandLine.h" #include "llvm/Support/SystemUtils.h" #include "llvm/Support/Debug.h" -#include "llvm/Support/raw_ostream.h" +#include "llvm/Support/ToolOutputFile.h" #include "llvm/System/Path.h" #include "llvm/System/Program.h"