Grammar-o.
authorEric Christopher <echristo@apple.com>
Mon, 21 Mar 2011 18:06:21 +0000 (18:06 +0000)
committerEric Christopher <echristo@apple.com>
Mon, 21 Mar 2011 18:06:21 +0000 (18:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128004 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp

index 5e60aa04eae75c608bdaef33280610d4d921fe8e..ffe6b9c07cd8c817343538bda7aaaa689f402ce5 100644 (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);