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:
e6afbab
)
ARM fix typo in pre-indexed store lowering.
author
Jim Grosbach
<grosbach@apple.com>
Tue, 9 Aug 2011 21:22:41 +0000
(21:22 +0000)
committer
Jim Grosbach
<grosbach@apple.com>
Tue, 9 Aug 2011 21:22:41 +0000
(21:22 +0000)
rdar://
9915869
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137148
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMISelLowering.cpp
b/lib/Target/ARM/ARMISelLowering.cpp
index b72467f16ac910566297f5ba3de7c18f09065a71..8e326cfa7c511d3b858ec96bee50ea3bddafac0b 100644
(file)
--- a/
lib/Target/ARM/ARMISelLowering.cpp
+++ b/
lib/Target/ARM/ARMISelLowering.cpp
@@
-5291,7
+5291,7
@@
ARMTargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI,
}
case ARM::STRi_preidx:
case ARM::STRBi_preidx: {
- unsigned NewOpc = MI->getOpcode() == ARM::STR
r
_preidx ?
+ unsigned NewOpc = MI->getOpcode() == ARM::STR
i
_preidx ?
ARM::STR_PRE_IMM : ARM::STRB_PRE_IMM;
// Decode the offset.
unsigned Offset = MI->getOperand(4).getImm();