mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Clean up comment a bit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132083 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8f89463894
commit
7bb1c40549
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user