mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-26 07:24:25 +00:00
fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105441 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -1423,7 +1423,7 @@ bool ARMPreAllocLoadStoreOpt::RescheduleOps(MachineBasicBlock *MBB,
|
||||
std::sort(Ops.begin(), Ops.end(), OffsetCompare());
|
||||
|
||||
// The loads / stores of the same base are in order. Scan them from first to
|
||||
// last and check for the followins:
|
||||
// last and check for the following:
|
||||
// 1. Any def of base.
|
||||
// 2. Any gaps.
|
||||
while (Ops.size() > 1) {
|
||||
|
Reference in New Issue
Block a user