diff options
author | Jim Grosbach <grosbach@apple.com> | 2010-06-04 00:15:00 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2010-06-04 00:15:00 +0000 |
commit | 1bcdf32d2267c2c240d61f2ee2456342b90fbd66 (patch) | |
tree | ae451436e02c53e21712e0835b492cf8640186d1 /llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp | |
parent | 8fdda8a6554e45cd7e527d83dc64d9eda48701e9 (diff) | |
download | bcm5719-llvm-1bcdf32d2267c2c240d61f2ee2456342b90fbd66.tar.gz bcm5719-llvm-1bcdf32d2267c2c240d61f2ee2456342b90fbd66.zip |
fix typo
llvm-svn: 105441
Diffstat (limited to 'llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp')
-rw-r--r-- | llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp b/llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp index b325d62c897..955ab3f7e29 100644 --- a/llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp +++ b/llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp @@ -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) { |