summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-03-21 18:06:21 +0000
committerEric Christopher <echristo@apple.com>2011-03-21 18:06:21 +0000
commit1b4b1e559a3431ccec06a97b331007912ba8a1dd (patch)
treefd1cdf41a735f18437ccb3a75c21aca3405a4fd5 /llvm/lib
parent32acbef33fe7f83032781f50035e3649defecd2c (diff)
downloadbcm5719-llvm-1b4b1e559a3431ccec06a97b331007912ba8a1dd.tar.gz
bcm5719-llvm-1b4b1e559a3431ccec06a97b331007912ba8a1dd.zip
Grammar-o.
llvm-svn: 128004
Diffstat (limited to 'llvm/lib')
-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 5e60aa04eae..ffe6b9c07cd 100644
--- a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
@@ -544,7 +544,7 @@ void ScheduleDAGRRList::ScheduleNodeBottomUp(SUnit *SU) {
// FIXME: Do not modify node height. It may interfere with
// backtracking. Instead add a "ready cycle" to SUnit. Before scheduling the
- // node it's ready cycle can aid heuristics, and after scheduling it can
+ // node its ready cycle can aid heuristics, and after scheduling it can
// indicate the scheduled cycle.
SU->setHeightToAtLeast(CurCycle);
OpenPOWER on IntegriCloud