summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorCameron Zwarich <zwarich@apple.com>2011-10-16 06:38:06 +0000
committerCameron Zwarich <zwarich@apple.com>2011-10-16 06:38:06 +0000
commit08ca5d35bdfd6730163477329a19438f3dc56df9 (patch)
tree3f276acbc7c2eaa39ddc8b38b759477622086bfa /llvm/lib/Target
parent5bc0b5ee24711c39de2188040b6a8607b3afea07 (diff)
downloadbcm5719-llvm-08ca5d35bdfd6730163477329a19438f3dc56df9.tar.gz
bcm5719-llvm-08ca5d35bdfd6730163477329a19438f3dc56df9.zip
Fix an obvious typo found when looking at nearby code.
llvm-svn: 142110
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/ARM/ARMInstrThumb2.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrThumb2.td b/llvm/lib/Target/ARM/ARMInstrThumb2.td
index 471ec296748..eaf419db996 100644
--- a/llvm/lib/Target/ARM/ARMInstrThumb2.td
+++ b/llvm/lib/Target/ARM/ARMInstrThumb2.td
@@ -1315,7 +1315,7 @@ defm t2STRH:T2I_st<0b01,"strh", IIC_iStore_bh_i, IIC_iStore_bh_si,
rGPR, BinOpFrag<(truncstorei16 node:$LHS, node:$RHS)>>;
// Store doubleword
-let mayLoad = 1, neverHasSideEffects = 1, hasExtraSrcRegAllocReq = 1 in
+let mayStore = 1, neverHasSideEffects = 1, hasExtraSrcRegAllocReq = 1 in
def t2STRDi8 : T2Ii8s4<1, 0, 0, (outs),
(ins GPR:$Rt, GPR:$Rt2, t2addrmode_imm8s4:$addr),
IIC_iStore_d_r, "strd", "\t$Rt, $Rt2, $addr", "", []>;
OpenPOWER on IntegriCloud