mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +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:
parent
20af92e5b7
commit
d089a7ac70
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user