Grammar-o.

llvm-svn: 128004
This commit is contained in:
Eric Christopher 2011-03-21 18:06:21 +00:00
parent 32acbef33f
commit 1b4b1e559a
1 changed files with 1 additions and 1 deletions

View File

@ -544,7 +544,7 @@ void ScheduleDAGRRList::ScheduleNodeBottomUp(SUnit *SU) {
// FIXME: Do not modify node height. It may interfere with
// backtracking. Instead add a "ready cycle" to SUnit. Before scheduling the
// node it's ready cycle can aid heuristics, and after scheduling it can
// node its ready cycle can aid heuristics, and after scheduling it can
// indicate the scheduled cycle.
SU->setHeightToAtLeast(CurCycle);