[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
Dan Gohman
djg at cray.com
Thu Apr 26 12:41:14 PDT 2007
Changes in directory llvm/lib/CodeGen/SelectionDAG:
ScheduleDAGRRList.cpp updated: 1.29 -> 1.30
---
Log message:
Fix a typo in a comment.
---
Diffs of the changes: (+1 -1)
ScheduleDAGRRList.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
diff -u llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp:1.29 llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp:1.30
--- llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp:1.29 Wed Mar 14 17:43:40 2007
+++ llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp Thu Apr 26 14:40:56 2007
@@ -634,7 +634,7 @@
if (LPriority > RPriority)
return true;
else if (LPriority == RPriority) {
- // Try schedule def + use closer whne Sethi-Ullman numbers are the same.
+ // Try schedule def + use closer when Sethi-Ullman numbers are the same.
// e.g.
// t1 = op t2, c1
// t3 = op t4, c2
More information about the llvm-commits
mailing list