From b43034d700004e1fec3ddf177e21ac89478bcc6c Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Sun, 6 Mar 2011 21:13:45 +0000 Subject: [PATCH] Typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127131 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp b/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp index f29de318dab..e4d8a0c799b 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();