aboutsummaryrefslogtreecommitdiffstats
path: root/lib
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
commitd7d3ea00c0a26e2545d4ba01825d8358075264e7 (patch)
tree535c7737111214ecc6cf47dcca06883a9da79009 /lib
parent95d4184e7218d7ec21b5b8d693dd3b14146eefdc (diff)
downloadexternal_llvm-d7d3ea00c0a26e2545d4ba01825d8358075264e7.zip
external_llvm-d7d3ea00c0a26e2545d4ba01825d8358075264e7.tar.gz
external_llvm-d7d3ea00c0a26e2545d4ba01825d8358075264e7.tar.bz2
Fix spelling. Thanks, Duncan! :-)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48873 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-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 caaa6a5..cef3eaf 100644
--- a/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
+++ b/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.