diff options
| author | Dan Gohman <gohman@apple.com> | 2009-07-16 15:30:09 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-07-16 15:30:09 +0000 |
| commit | ee05152cfa17c2f746134d46f045ef751510abdb (patch) | |
| tree | 63c5c577f09472c8614c09312eac58786bc89b7e /llvm/tools/bugpoint/bugpoint.cpp | |
| parent | f199ad6ebc57e3312a41d8750b8621b985cbb25a (diff) | |
| download | bcm5719-llvm-ee05152cfa17c2f746134d46f045ef751510abdb.tar.gz bcm5719-llvm-ee05152cfa17c2f746134d46f045ef751510abdb.zip | |
Convert more tools code from cerr and cout to errs() and outs().
llvm-svn: 76070
Diffstat (limited to 'llvm/tools/bugpoint/bugpoint.cpp')
| -rw-r--r-- | llvm/tools/bugpoint/bugpoint.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/bugpoint/bugpoint.cpp b/llvm/tools/bugpoint/bugpoint.cpp index 89ff7a66ff2..9aedd7e9e6b 100644 --- a/llvm/tools/bugpoint/bugpoint.cpp +++ b/llvm/tools/bugpoint/bugpoint.cpp @@ -25,7 +25,6 @@ #include "llvm/System/Process.h" #include "llvm/System/Signals.h" #include "llvm/LinkAllVMCore.h" -#include <iostream> using namespace llvm; // AsChild - Specifies that this invocation of bugpoint is being generated |

