diff options
author | Eric Christopher <echristo@apple.com> | 2011-05-25 21:19:19 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-05-25 21:19:19 +0000 |
commit | 7bb1c4054986e51682ff89170c740cc16b921236 (patch) | |
tree | 8024fc689dff3c9b97d26fbe0a82fc304ad6d2cc /lib/Target/ARM/ARMLoadStoreOptimizer.cpp | |
parent | 8f8946389418ce3cdbf69bbf34443efe0c874b40 (diff) |
Clean up comment a bit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132083 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMLoadStoreOptimizer.cpp')
-rw-r--r-- | lib/Target/ARM/ARMLoadStoreOptimizer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/ARM/ARMLoadStoreOptimizer.cpp b/lib/Target/ARM/ARMLoadStoreOptimizer.cpp index 8b9a82e276..f4645f15a6 100644 --- a/lib/Target/ARM/ARMLoadStoreOptimizer.cpp +++ b/lib/Target/ARM/ARMLoadStoreOptimizer.cpp @@ -947,8 +947,8 @@ bool ARMLoadStoreOpt::MergeBaseUpdateLoadStore(MachineBasicBlock &MBB, return true; } -/// isMemoryOp - Returns true if instruction is a memory operations (that this -/// pass is capable of operating on). +/// isMemoryOp - Returns true if instruction is a memory operation that this +/// pass is capable of operating on. static bool isMemoryOp(const MachineInstr *MI) { // When no memory operands are present, conservatively assume unaligned, // volatile, unfoldable. |