[llvm-commits] CVS: llvm/lib/Target/SparcV9/InstrSelection/InstrForest.cpp InstrSelection.cpp
LLVM
llvm at cs.uiuc.edu
Sun Jul 4 07:22:55 PDT 2004
Changes in directory llvm/lib/Target/SparcV9/InstrSelection:
InstrForest.cpp updated: 1.53 -> 1.54
InstrSelection.cpp updated: 1.80 -> 1.81
---
Log message:
Add #include <iostream> since Value.h does not #include it any more.
---
Diffs of the changes: (+2 -0)
Index: llvm/lib/Target/SparcV9/InstrSelection/InstrForest.cpp
diff -u llvm/lib/Target/SparcV9/InstrSelection/InstrForest.cpp:1.53 llvm/lib/Target/SparcV9/InstrSelection/InstrForest.cpp:1.54
--- llvm/lib/Target/SparcV9/InstrSelection/InstrForest.cpp:1.53 Sat Jun 26 14:36:34 2004
+++ llvm/lib/Target/SparcV9/InstrSelection/InstrForest.cpp Sun Jul 4 07:19:56 2004
@@ -28,6 +28,7 @@
#include "llvm/CodeGen/MachineInstr.h"
#include "Support/STLExtras.h"
#include "Config/alloca.h"
+#include <iostream>
namespace llvm {
Index: llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp
diff -u llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp:1.80 llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp:1.81
--- llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp:1.80 Sun Jun 20 02:47:36 2004
+++ llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp Sun Jul 4 07:19:56 2004
@@ -27,6 +27,7 @@
#include "../SparcV9RegInfo.h"
#include "Support/CommandLine.h"
#include "Support/LeakDetector.h"
+#include <iostream>
namespace llvm {
std::vector<MachineInstr*>
More information about the llvm-commits
mailing list