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 | 30d09518b5fa75766269aba37b9e53f3d8d4727d (patch) | |
| tree | bdedb55f5708dee3955e1c05335411d5deff14b6 /llvm/lib/CodeGen | |
| parent | bc674501ba67a009c96bae6fac2d320bb480e33f (diff) | |
| download | bcm5719-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.cpp | 2 |
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. |

