diff options
author | Eric Christopher <echristo@apple.com> | 2011-03-06 21:13:45 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-03-06 21:13:45 +0000 |
commit | b43034d700004e1fec3ddf177e21ac89478bcc6c (patch) | |
tree | 839e9d136a6f73b5245e793fef5cefbee1a68c9d | |
parent | d01f50f42ce60207ed6d27fb1778e456d83be06c (diff) |
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127131 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp b/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp index f29de318da..e4d8a0c799 100644 --- a/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp +++ b/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp @@ -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(); |