summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit9cb33deebf2c5f105dfd6be31bb438a266c9e51f (patch)
tree09dd067f09cebae1955a29b312586e38bb3a652c /llvm/lib/CodeGen
parent3b78ef47fea1cf5857b1c0736912e30ccf14c5ef (diff)
downloadbcm5719-llvm-9cb33deebf2c5f105dfd6be31bb438a266c9e51f.tar.gz
bcm5719-llvm-9cb33deebf2c5f105dfd6be31bb438a266c9e51f.zip
Typo.
llvm-svn: 127131
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
index f29de318dab..e4d8a0c799b 100644
--- a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
+++ b/llvm/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();
OpenPOWER on IntegriCloud