diff options
author | Chris Lattner <sabre@nondot.org> | 2002-06-30 16:25:21 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-06-30 16:25:21 +0000 |
commit | a3a1ba1d6ae1cb3abe2659f70786eb2d6d96e4a4 (patch) | |
tree | 5b509124361be95ee0b2ea50884196f6089619f4 | |
parent | e3e86f7027ef63548f56da3477f7f25ab7af6263 (diff) | |
download | bcm5719-llvm-a3a1ba1d6ae1cb3abe2659f70786eb2d6d96e4a4.tar.gz bcm5719-llvm-a3a1ba1d6ae1cb3abe2659f70786eb2d6d96e4a4.zip |
Clean up anands patch
llvm-svn: 2812
-rw-r--r-- | llvm/lib/Transforms/LevelRaise.cpp | 1 | ||||
-rw-r--r-- | llvm/tools/as/as.cpp | 1 | ||||
-rw-r--r-- | llvm/tools/link/link.cpp | 1 | ||||
-rw-r--r-- | llvm/tools/llvm-as/as.cpp | 1 | ||||
-rw-r--r-- | llvm/tools/llvm-as/llvm-as.cpp | 1 | ||||
-rw-r--r-- | llvm/tools/llvm-link/llvm-link.cpp | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/llvm/lib/Transforms/LevelRaise.cpp b/llvm/lib/Transforms/LevelRaise.cpp index 25ba40e5b88..afc2ad5d7a6 100644 --- a/llvm/lib/Transforms/LevelRaise.cpp +++ b/llvm/lib/Transforms/LevelRaise.cpp @@ -18,7 +18,6 @@ #include "Support/STLExtras.h" #include "Support/StatisticReporter.h" #include <algorithm> -#include <iostream> using std::cerr; static Statistic<> NumLoadStorePeepholes("raise\t\t- Number of load/store peepholes"); diff --git a/llvm/tools/as/as.cpp b/llvm/tools/as/as.cpp index 4ee329661ff..a956203e649 100644 --- a/llvm/tools/as/as.cpp +++ b/llvm/tools/as/as.cpp @@ -16,7 +16,6 @@ #include "Support/Signals.h" #include <fstream> #include <memory> -#include <iostream> using std::cerr; cl::String InputFilename ("", "Parse <arg> file, compile to bytecode", 0, "-"); diff --git a/llvm/tools/link/link.cpp b/llvm/tools/link/link.cpp index bc26b3162da..28499f19881 100644 --- a/llvm/tools/link/link.cpp +++ b/llvm/tools/link/link.cpp @@ -19,7 +19,6 @@ #include <memory> #include <sys/types.h> // For FileExists #include <sys/stat.h> -#include <iostream> using std::cerr; diff --git a/llvm/tools/llvm-as/as.cpp b/llvm/tools/llvm-as/as.cpp index 4ee329661ff..a956203e649 100644 --- a/llvm/tools/llvm-as/as.cpp +++ b/llvm/tools/llvm-as/as.cpp @@ -16,7 +16,6 @@ #include "Support/Signals.h" #include <fstream> #include <memory> -#include <iostream> using std::cerr; cl::String InputFilename ("", "Parse <arg> file, compile to bytecode", 0, "-"); diff --git a/llvm/tools/llvm-as/llvm-as.cpp b/llvm/tools/llvm-as/llvm-as.cpp index 4ee329661ff..a956203e649 100644 --- a/llvm/tools/llvm-as/llvm-as.cpp +++ b/llvm/tools/llvm-as/llvm-as.cpp @@ -16,7 +16,6 @@ #include "Support/Signals.h" #include <fstream> #include <memory> -#include <iostream> using std::cerr; cl::String InputFilename ("", "Parse <arg> file, compile to bytecode", 0, "-"); diff --git a/llvm/tools/llvm-link/llvm-link.cpp b/llvm/tools/llvm-link/llvm-link.cpp index bc26b3162da..28499f19881 100644 --- a/llvm/tools/llvm-link/llvm-link.cpp +++ b/llvm/tools/llvm-link/llvm-link.cpp @@ -19,7 +19,6 @@ #include <memory> #include <sys/types.h> // For FileExists #include <sys/stat.h> -#include <iostream> using std::cerr; |