Clean up comment a bit.

llvm-svn: 132083
This commit is contained in:
Eric Christopher 2011-05-25 21:19:19 +00:00
parent 2cf62497b3
commit 8f2cd0254d
1 changed files with 2 additions and 2 deletions

View File

@ -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.