summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorRoman Levenstein <romix.llvm@googlemail.com>2008-03-27 09:44:37 +0000
committerRoman Levenstein <romix.llvm@googlemail.com>2008-03-27 09:44:37 +0000
commit30d09518b5fa75766269aba37b9e53f3d8d4727d (patch)
treebdedb55f5708dee3955e1c05335411d5deff14b6 /llvm/lib/CodeGen
parentbc674501ba67a009c96bae6fac2d320bb480e33f (diff)
downloadbcm5719-llvm-30d09518b5fa75766269aba37b9e53f3d8d4727d.tar.gz
bcm5719-llvm-30d09518b5fa75766269aba37b9e53f3d8d4727d.zip
Fix spelling. Thanks, Duncan! :-)
llvm-svn: 48873
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 caaa6a55340..cef3eafc5c5 100644
--- a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
@@ -1724,7 +1724,7 @@ static unsigned SumOfUnscheduledPredsOfSuccs(const SUnit *SU) {
return Sum;
}
-/// LimitedSumOfUnscheduledPredsOfSuccs - compute the sum of the unscheduled
+/// LimitedSumOfUnscheduledPredsOfSuccs - Compute the sum of the unscheduled
/// predecessors of the successors of the SUnit SU. Stop when the provided
/// limit is exceeded.
OpenPOWER on IntegriCloud