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 /llvm/tools/llvm-as/llvm-as.cpp | |
parent | e3e86f7027ef63548f56da3477f7f25ab7af6263 (diff) | |
download | bcm5719-llvm-a3a1ba1d6ae1cb3abe2659f70786eb2d6d96e4a4.tar.gz bcm5719-llvm-a3a1ba1d6ae1cb3abe2659f70786eb2d6d96e4a4.zip |
Clean up anands patch
llvm-svn: 2812
Diffstat (limited to 'llvm/tools/llvm-as/llvm-as.cpp')
-rw-r--r-- | llvm/tools/llvm-as/llvm-as.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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, "-"); |