[llvm-commits] CVS: llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.cpp README
Tanya Brethour
tbrethou at cs.uiuc.edu
Thu Aug 28 12:19:02 PDT 2003
Changes in directory llvm/lib/CodeGen/ModuloScheduling:
ModuloSchedGraph.cpp updated: 1.11 -> 1.12
README (r1.2) removed
---
Log message:
Removing README
---
Diffs of the changes:
Index: llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.cpp
diff -u llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.cpp:1.11 llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.cpp:1.12
--- llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.cpp:1.11 Thu Aug 28 12:12:14 2003
+++ llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.cpp Thu Aug 28 12:17:59 2003
@@ -71,8 +71,8 @@
//Create edge and set delay equal to node latency
//FIXME: Is it safe to do this?
ModuloSchedGraph::iterator Src = find(I);
- SchedGraphEdge *trueDep = new SchedGraphEdge(&*Src->second ,&*Sink->second, &*I,
- SchedGraphEdge::TrueDep,
+ SchedGraphEdge *trueDep = new SchedGraphEdge(&*Src->second ,&*Sink->second,
+ &*I, SchedGraphEdge::TrueDep,
Src->second->getLatency());
//Determine the iteration difference
//FIXME: Will this ever happen?
More information about the llvm-commits
mailing list