diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2010-01-05 22:37:28 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2010-01-05 22:37:28 +0000 |
| commit | 567945636f3254b27d96d2018ae41053f2490d98 (patch) | |
| tree | 2f64ac1473aab4d1d037e56c63226857bb3c1c2d /llvm/lib/Target | |
| parent | 554d0564ff6e777add62638069b92a89aeda4dd6 (diff) | |
| download | bcm5719-llvm-567945636f3254b27d96d2018ae41053f2490d98.tar.gz bcm5719-llvm-567945636f3254b27d96d2018ae41053f2490d98.zip | |
Undo r92785, it caused test failure.
llvm-svn: 92796
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/ARM/ARMInstrThumb2.td | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrThumb2.td b/llvm/lib/Target/ARM/ARMInstrThumb2.td index b50e7301e8d..6f20ed4e930 100644 --- a/llvm/lib/Target/ARM/ARMInstrThumb2.td +++ b/llvm/lib/Target/ARM/ARMInstrThumb2.td @@ -818,10 +818,10 @@ let mayLoad = 1, hasExtraDefRegAllocReq = 1 in { // Load doubleword def t2LDRDi8 : T2Ii8s4<1, 0, 1, (outs GPR:$dst1, GPR:$dst2), (ins t2addrmode_imm8s4:$addr), - IIC_iLoadi, "ldrd", "\t$dst1, $dst2, $addr", []>; + IIC_iLoadi, "ldrd", "\t$dst1, $addr", []>; def t2LDRDpci : T2Ii8s4<?, ?, 1, (outs GPR:$dst1, GPR:$dst2), (ins i32imm:$addr), IIC_iLoadi, - "ldrd", "\t$dst1, $dst2, $addr", []> { + "ldrd", "\t$dst1, $addr", []> { let Inst{19-16} = 0b1111; // Rn } } @@ -934,7 +934,7 @@ defm t2STRH : T2I_st<0b01, "strh", BinOpFrag<(truncstorei16 node:$LHS, node:$RH let mayLoad = 1, hasExtraSrcRegAllocReq = 1 in def t2STRDi8 : T2Ii8s4<1, 0, 0, (outs), (ins GPR:$src1, GPR:$src2, t2addrmode_imm8s4:$addr), - IIC_iStorer, "strd", "\t$src1, $src2, $addr", []>; + IIC_iStorer, "strd", "\t$src1, $addr", []>; // Indexed stores def t2STR_PRE : T2Iidxldst<0, 0b10, 0, 1, (outs GPR:$base_wb), |

