diff options
author | Dan Gohman <gohman@apple.com> | 2010-10-07 20:32:40 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-10-07 20:32:40 +0000 |
commit | 0df7ea4c24fde60512cc6c33479878c996a205ae (patch) | |
tree | e154b16afdfe78951e7879393ae6553b94aaa312 /llvm/tools/opt/GraphPrinters.cpp | |
parent | a881010621a4330fb3ccce177b02111c7982e256 (diff) | |
download | bcm5719-llvm-0df7ea4c24fde60512cc6c33479878c996a205ae.tar.gz bcm5719-llvm-0df7ea4c24fde60512cc6c33479878c996a205ae.zip |
Move tool_output_file into its own file.
llvm-svn: 115973
Diffstat (limited to 'llvm/tools/opt/GraphPrinters.cpp')
-rw-r--r-- | llvm/tools/opt/GraphPrinters.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/opt/GraphPrinters.cpp b/llvm/tools/opt/GraphPrinters.cpp index 9de7d6ac545..a1b518fc594 100644 --- a/llvm/tools/opt/GraphPrinters.cpp +++ b/llvm/tools/opt/GraphPrinters.cpp @@ -19,7 +19,7 @@ #include "llvm/Value.h" #include "llvm/Analysis/CallGraph.h" #include "llvm/Analysis/Dominators.h" -#include "llvm/Support/raw_ostream.h" +#include "llvm/Support/ToolOutputFile.h" using namespace llvm; template<typename GraphType> |