[llvm-commits] CVS: llvm/lib/CodeGen/InstrSched/SchedGraphCommon.cpp

Tanya Brethour tbrethou at cs.uiuc.edu
Tue Jan 20 11:52:01 PST 2004


Changes in directory llvm/lib/CodeGen/InstrSched:

SchedGraphCommon.cpp updated: 1.4 -> 1.5

---
Log message:

Moved iterators around.


---
Diffs of the changes:  (+0 -2)

Index: llvm/lib/CodeGen/InstrSched/SchedGraphCommon.cpp
diff -u llvm/lib/CodeGen/InstrSched/SchedGraphCommon.cpp:1.4 llvm/lib/CodeGen/InstrSched/SchedGraphCommon.cpp:1.5
--- llvm/lib/CodeGen/InstrSched/SchedGraphCommon.cpp:1.4	Tue Nov 11 16:41:33 2003
+++ llvm/lib/CodeGen/InstrSched/SchedGraphCommon.cpp	Tue Jan 20 11:51:13 2004
@@ -78,8 +78,6 @@
 }
 
 
-
-
 void SchedGraphEdge::dump(int indent) const {
   std::cerr << std::string(indent*2, ' ') << *this; 
 }





More information about the llvm-commits mailing list