aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-03-06 21:13:45 +0000
committerEric Christopher <echristo@apple.com>2011-03-06 21:13:45 +0000
commitb43034d700004e1fec3ddf177e21ac89478bcc6c (patch)
tree839e9d136a6f73b5245e793fef5cefbee1a68c9d /lib/CodeGen
parentd01f50f42ce60207ed6d27fb1778e456d83be06c (diff)
downloadexternal_llvm-b43034d700004e1fec3ddf177e21ac89478bcc6c.zip
external_llvm-b43034d700004e1fec3ddf177e21ac89478bcc6c.tar.gz
external_llvm-b43034d700004e1fec3ddf177e21ac89478bcc6c.tar.bz2
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127131 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp b/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
index f29de31..e4d8a0c 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();