diff options
Diffstat (limited to 'llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp')
-rw-r--r-- | llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp b/llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp index 0e8c58b1bd1..07464b473a9 100644 --- a/llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp +++ b/llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp @@ -27,6 +27,7 @@ #include "../SparcV9RegInfo.h" #include "Support/CommandLine.h" #include "Support/LeakDetector.h" +#include <iostream> namespace llvm { std::vector<MachineInstr*> |