projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f89463
)
Clean up comment a bit.
author
Eric Christopher
<echristo@apple.com>
Wed, 25 May 2011 21:19:19 +0000
(21:19 +0000)
committer
Eric Christopher
<echristo@apple.com>
Wed, 25 May 2011 21:19:19 +0000
(21:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132083
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/ARMLoadStoreOptimizer.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
b/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
index 8b9a82e2768332dc26255586c8ecc4e10f805c4d..f4645f15a66f708bdc7a2626ab90587d7082e879 100644
(file)
--- 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 operation
s (
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.