Fix an obvious typo found when looking at nearby code.
authorCameron Zwarich <zwarich@apple.com>
Sun, 16 Oct 2011 06:38:06 +0000 (06:38 +0000)
committerCameron Zwarich <zwarich@apple.com>
Sun, 16 Oct 2011 06:38:06 +0000 (06:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142110 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMInstrThumb2.td

index 471ec2967487717d892b356c095fe2c73dbcb2c3..eaf419db996f4b518c686513f0521493483f4eba 100644 (file)
@@ -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", "", []>;