Typo.
authorEric Christopher <echristo@apple.com>
Sun, 6 Mar 2011 21:13:45 +0000 (21:13 +0000)
committerEric Christopher <echristo@apple.com>
Sun, 6 Mar 2011 21:13:45 +0000 (21:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127131 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp

index f29de318dab689e74b967567dd632e91d9c2ff44..e4d8a0c799b399ee705920873adb7fd9e5731db4 100644 (file)
@@ -2082,7 +2082,7 @@ static int BUCompareLatency(SUnit *left, SUnit *right, bool checkPref,
     }
     else {
       // If neither instruction stalls (!LStall && !RStall) then
-      // it's height is already covered so only its depth matters. We also reach
+      // its height is already covered so only its depth matters. We also reach
       // this if both stall but have the same height.
       unsigned LDepth = left->getDepth();
       unsigned RDepth = right->getDepth();