[llvm-commits] CVS: llvm/include/llvm/CodeGen/ScheduleDAG.h

Jim Laskey jlaskey at apple.com
Sun Mar 5 13:20:32 PST 2006



Changes in directory llvm/include/llvm/CodeGen:

ScheduleDAG.h updated: 1.11 -> 1.12
---
Log message:

Breathe some life into a comment.


---
Diffs of the changes:  (+1 -1)

 ScheduleDAG.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/include/llvm/CodeGen/ScheduleDAG.h
diff -u llvm/include/llvm/CodeGen/ScheduleDAG.h:1.11 llvm/include/llvm/CodeGen/ScheduleDAG.h:1.12
--- llvm/include/llvm/CodeGen/ScheduleDAG.h:1.11	Sun Mar  5 15:08:06 2006
+++ llvm/include/llvm/CodeGen/ScheduleDAG.h	Sun Mar  5 15:20:20 2006
@@ -37,7 +37,7 @@
   // Scheduling heuristics
   enum SchedHeuristics {
     defaultScheduling,      // Let the target specify its preference.
-    noScheduling,           // No scheduling, emit breath first sequence.
+    noScheduling,           // No scheduling, emit breadth first sequence.
     simpleScheduling,       // Two pass, min. critical path, max. utilization.
     simpleNoItinScheduling, // Same as above exact using generic latency.
     listSchedulingBURR,     // Bottom up reg reduction list scheduling.






More information about the llvm-commits mailing list