diff options
-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; |