llvm-svn: 105441
This commit is contained in:
Jim Grosbach 2010-06-04 00:15:00 +00:00
parent 8fdda8a655
commit 1bcdf32d22
1 changed files with 1 additions and 1 deletions

View File

@ -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) {