aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-06-30 16:25:21 +0000
committerChris Lattner <sabre@nondot.org>2002-06-30 16:25:21 +0000
commitf739969911f57ab20a2e0c34081dfd3b6ea845aa (patch)
tree7ba2f588673ad556a3895c9c23410dc6e6e75c7d
parentc5fbf71d766b1b79931a0bb6a8d58c4fc8a9e259 (diff)
downloadexternal_llvm-f739969911f57ab20a2e0c34081dfd3b6ea845aa.zip
external_llvm-f739969911f57ab20a2e0c34081dfd3b6ea845aa.tar.gz
external_llvm-f739969911f57ab20a2e0c34081dfd3b6ea845aa.tar.bz2
Clean up anands patch
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2812 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Transforms/LevelRaise.cpp1
-rw-r--r--tools/as/as.cpp1
-rw-r--r--tools/link/link.cpp1
-rw-r--r--tools/llvm-as/as.cpp1
-rw-r--r--tools/llvm-as/llvm-as.cpp1
-rw-r--r--tools/llvm-link/llvm-link.cpp1
6 files changed, 0 insertions, 6 deletions
diff --git a/lib/Transforms/LevelRaise.cpp b/lib/Transforms/LevelRaise.cpp
index 25ba40e..afc2ad5 100644
--- a/lib/Transforms/LevelRaise.cpp
+++ b/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/tools/as/as.cpp b/tools/as/as.cpp
index 4ee3296..a956203 100644
--- a/tools/as/as.cpp
+++ b/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/tools/link/link.cpp b/tools/link/link.cpp
index bc26b31..28499f1 100644
--- a/tools/link/link.cpp
+++ b/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/tools/llvm-as/as.cpp b/tools/llvm-as/as.cpp
index 4ee3296..a956203 100644
--- a/tools/llvm-as/as.cpp
+++ b/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/tools/llvm-as/llvm-as.cpp b/tools/llvm-as/llvm-as.cpp
index 4ee3296..a956203 100644
--- a/tools/llvm-as/llvm-as.cpp
+++ b/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/tools/llvm-link/llvm-link.cpp b/tools/llvm-link/llvm-link.cpp
index bc26b31..28499f1 100644
--- a/tools/llvm-link/llvm-link.cpp
+++ b/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;