Clean up anands patch
authorChris Lattner <sabre@nondot.org>
Sun, 30 Jun 2002 16:25:21 +0000 (16:25 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 30 Jun 2002 16:25:21 +0000 (16:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2812 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/LevelRaise.cpp
tools/as/as.cpp
tools/link/link.cpp
tools/llvm-as/as.cpp
tools/llvm-as/llvm-as.cpp
tools/llvm-link/llvm-link.cpp

index 25ba40e5b881557566077cf1d6ff3dc42f721b92..afc2ad5d7a670bcf0ad7b7acc15e421e8b751556 100644 (file)
@@ -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");
index 4ee329661ffb2c456a226dc68ae139ccf0e2467d..a956203e64910420a617c426b04c11d87a808a6e 100644 (file)
@@ -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, "-");
index bc26b3162daeb1f3cde5b046f704addc5fe7fef2..28499f19881b5bea9bea0f2e4e7d6cc257d67742 100644 (file)
@@ -19,7 +19,6 @@
 #include <memory>
 #include <sys/types.h>     // For FileExists
 #include <sys/stat.h>
-#include <iostream>
 
 using std::cerr;
 
index 4ee329661ffb2c456a226dc68ae139ccf0e2467d..a956203e64910420a617c426b04c11d87a808a6e 100644 (file)
@@ -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, "-");
index 4ee329661ffb2c456a226dc68ae139ccf0e2467d..a956203e64910420a617c426b04c11d87a808a6e 100644 (file)
@@ -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, "-");
index bc26b3162daeb1f3cde5b046f704addc5fe7fef2..28499f19881b5bea9bea0f2e4e7d6cc257d67742 100644 (file)
@@ -19,7 +19,6 @@
 #include <memory>
 #include <sys/types.h>     // For FileExists
 #include <sys/stat.h>
-#include <iostream>
 
 using std::cerr;