aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
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
commit28ed90b95db5f14b60b2cb532a62d407d4faf5e5 (patch)
tree363953b34227881389c27c8bbfe09b8f6ec45e4c /lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
parentb963e2320fb827fd78127455ecfb09f7619b92eb (diff)
downloadexternal_llvm-28ed90b95db5f14b60b2cb532a62d407d4faf5e5.zip
external_llvm-28ed90b95db5f14b60b2cb532a62d407d4faf5e5.tar.gz
external_llvm-28ed90b95db5f14b60b2cb532a62d407d4faf5e5.tar.bz2
Grammar-o.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128004 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp')
-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 5e60aa0..ffe6b9c 100644
--- a/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
+++ b/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);