Breathe some life into a comment.

llvm-svn: 26553
This commit is contained in:
Jim Laskey 2006-03-05 21:20:20 +00:00
parent 98ecb8ec61
commit af25c7e4f3
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ namespace llvm {
// Scheduling heuristics // Scheduling heuristics
enum SchedHeuristics { enum SchedHeuristics {
defaultScheduling, // Let the target specify its preference. 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. simpleScheduling, // Two pass, min. critical path, max. utilization.
simpleNoItinScheduling, // Same as above exact using generic latency. simpleNoItinScheduling, // Same as above exact using generic latency.
listSchedulingBURR, // Bottom up reg reduction list scheduling. listSchedulingBURR, // Bottom up reg reduction list scheduling.