[llvm-commits] [llvm] r132083 - /llvm/trunk/lib/Target/ARM/ARMLoadStoreOptimizer.cpp

Eric Christopher echristo at apple.com
Wed May 25 14:19:19 PDT 2011


Author: echristo
Date: Wed May 25 16:19:19 2011
New Revision: 132083

URL: http://llvm.org/viewvc/llvm-project?rev=132083&view=rev
Log:
Clean up comment a bit.

Modified:
    llvm/trunk/lib/Target/ARM/ARMLoadStoreOptimizer.cpp

Modified: llvm/trunk/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMLoadStoreOptimizer.cpp?rev=132083&r1=132082&r2=132083&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMLoadStoreOptimizer.cpp (original)
+++ llvm/trunk/lib/Target/ARM/ARMLoadStoreOptimizer.cpp Wed May 25 16:19:19 2011
@@ -947,8 +947,8 @@
   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.





More information about the llvm-commits mailing list