mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Fix spelling. Thanks, Duncan! :-)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48873 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
95d4184e72
commit
d7d3ea00c0
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user