diff options
| author | Bill Wendling <isanbard@gmail.com> | 2006-12-07 22:21:48 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2006-12-07 22:21:48 +0000 |
| commit | 9bfb1e1f29124d62e2290b20e395e76fff6f9a2a (patch) | |
| tree | 74be612bc2cc5525dbdd5e05705e82ba3fcca8ff /llvm/lib/Target/Alpha/AlphaInstrInfo.cpp | |
| parent | f4805ce89acbd92db0f143cbed9d66013e0ec0f3 (diff) | |
| download | bcm5719-llvm-9bfb1e1f29124d62e2290b20e395e76fff6f9a2a.tar.gz bcm5719-llvm-9bfb1e1f29124d62e2290b20e395e76fff6f9a2a.zip | |
What should be the last unnecessary <iostream>s in the library.
llvm-svn: 32333
Diffstat (limited to 'llvm/lib/Target/Alpha/AlphaInstrInfo.cpp')
| -rw-r--r-- | llvm/lib/Target/Alpha/AlphaInstrInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaInstrInfo.cpp b/llvm/lib/Target/Alpha/AlphaInstrInfo.cpp index 4ac352b674f..71bf5b0e962 100644 --- a/llvm/lib/Target/Alpha/AlphaInstrInfo.cpp +++ b/llvm/lib/Target/Alpha/AlphaInstrInfo.cpp @@ -15,7 +15,6 @@ #include "AlphaInstrInfo.h" #include "AlphaGenInstrInfo.inc" #include "llvm/CodeGen/MachineInstrBuilder.h" -#include <iostream> using namespace llvm; AlphaInstrInfo::AlphaInstrInfo() |

