diff options
author | Roman Levenstein <romix.llvm@googlemail.com> | 2008-03-27 09:44:37 +0000 |
---|---|---|
committer | Roman Levenstein <romix.llvm@googlemail.com> | 2008-03-27 09:44:37 +0000 |
commit | 74cd1228f65ee9ddcbf5f51f768bb83bc849e470 (patch) | |
tree | 535c7737111214ecc6cf47dcca06883a9da79009 /lib/CodeGen/SelectionDAG | |
parent | 887332e4c70670894ba6cf853c1f3b411b223985 (diff) | |
download | external_llvm-74cd1228f65ee9ddcbf5f51f768bb83bc849e470.zip external_llvm-74cd1228f65ee9ddcbf5f51f768bb83bc849e470.tar.gz external_llvm-74cd1228f65ee9ddcbf5f51f768bb83bc849e470.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/CodeGen/SelectionDAG')
-rw-r--r-- | lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp | 2 |
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. |