diff options
Diffstat (limited to 'llvm/lib/Target/SparcV9/InstrSelection/InstrForest.cpp')
-rw-r--r-- | llvm/lib/Target/SparcV9/InstrSelection/InstrForest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/SparcV9/InstrSelection/InstrForest.cpp b/llvm/lib/Target/SparcV9/InstrSelection/InstrForest.cpp index bb2c11ab185..675bc2d58ab 100644 --- a/llvm/lib/Target/SparcV9/InstrSelection/InstrForest.cpp +++ b/llvm/lib/Target/SparcV9/InstrSelection/InstrForest.cpp @@ -28,6 +28,7 @@ #include "llvm/CodeGen/MachineInstr.h" #include "Support/STLExtras.h" #include "Config/alloca.h" +#include <iostream> namespace llvm { |