[llvm-commits] CVS: llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp SchedGraph.cpp SchedGraphCommon.cpp SchedPriorities.cpp
LLVM
llvm at cs.uiuc.edu
Sun Jul 4 07:21:34 PDT 2004
Changes in directory llvm/lib/CodeGen/InstrSched:
InstrScheduling.cpp updated: 1.71 -> 1.72
SchedGraph.cpp updated: 1.61 -> 1.62
SchedGraphCommon.cpp updated: 1.5 -> 1.6
SchedPriorities.cpp updated: 1.32 -> 1.33
---
Log message:
Add #include <iostream> since Value.h does not #include it any more.
---
Diffs of the changes: (+4 -0)
Index: llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp
diff -u llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp:1.71 llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp:1.72
--- llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp:1.71 Wed Jun 2 01:06:19 2004
+++ llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp Sun Jul 4 07:19:56 2004
@@ -21,6 +21,7 @@
#include "llvm/BasicBlock.h"
#include "Support/CommandLine.h"
#include <algorithm>
+#include <iostream>
namespace llvm {
Index: llvm/lib/CodeGen/InstrSched/SchedGraph.cpp
diff -u llvm/lib/CodeGen/InstrSched/SchedGraph.cpp:1.61 llvm/lib/CodeGen/InstrSched/SchedGraph.cpp:1.62
--- llvm/lib/CodeGen/InstrSched/SchedGraph.cpp:1.61 Wed Jun 2 01:06:20 2004
+++ llvm/lib/CodeGen/InstrSched/SchedGraph.cpp Sun Jul 4 07:19:56 2004
@@ -22,6 +22,7 @@
#include "llvm/Target/TargetMachine.h"
#include "../../Target/SparcV9/SparcV9RegInfo.h"
#include "Support/STLExtras.h"
+#include <iostream>
namespace llvm {
Index: llvm/lib/CodeGen/InstrSched/SchedGraphCommon.cpp
diff -u llvm/lib/CodeGen/InstrSched/SchedGraphCommon.cpp:1.5 llvm/lib/CodeGen/InstrSched/SchedGraphCommon.cpp:1.6
--- llvm/lib/CodeGen/InstrSched/SchedGraphCommon.cpp:1.5 Tue Jan 20 11:51:13 2004
+++ llvm/lib/CodeGen/InstrSched/SchedGraphCommon.cpp Sun Jul 4 07:19:56 2004
@@ -14,6 +14,7 @@
#include "llvm/CodeGen/SchedGraphCommon.h"
#include "Support/STLExtras.h"
+#include <iostream>
namespace llvm {
Index: llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp
diff -u llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp:1.32 llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp:1.33
--- llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp:1.32 Wed Feb 25 16:09:35 2004
+++ llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp Sun Jul 4 07:19:56 2004
@@ -22,6 +22,7 @@
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/Support/CFG.h"
#include "Support/PostOrderIterator.h"
+#include <iostream>
namespace llvm {
More information about the llvm-commits
mailing list