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:
c3baf62
)
Grammar.
author
Jim Grosbach
<grosbach@apple.com>
Tue, 26 Oct 2010 19:34:41 +0000
(19:34 +0000)
committer
Jim Grosbach
<grosbach@apple.com>
Tue, 26 Oct 2010 19:34:41 +0000
(19:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117388
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 6b9e75f95d3963d26b3a64a60b08030240855b1f..44c6821cc430f13c64fddee1368bbb49c8ee1396 100644
(file)
--- a/
lib/Target/ARM/ARMLoadStoreOptimizer.cpp
+++ b/
lib/Target/ARM/ARMLoadStoreOptimizer.cpp
@@
-1362,7
+1362,7
@@
ARMPreAllocLoadStoreOpt::CanFormLdStDWord(MachineInstr *Op0, MachineInstr *Op1,
(Op0->getOperand(2).getReg() != Op1->getOperand(2).getReg()))
return false;
- // M
ust
sure the base address satisfies i64 ld / st alignment requirement.
+ // M
ake
sure the base address satisfies i64 ld / st alignment requirement.
if (!Op0->hasOneMemOperand() ||
!(*Op0->memoperands_begin())->getValue() ||
(*Op0->memoperands_begin())->isVolatile())