summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2010-03-19 23:50:27 +0000
committerJohnny Chen <johnny.chen@apple.com>2010-03-19 23:50:27 +0000
commit053e3510a34e38f2545a20de0de34524ca3534e6 (patch)
tree53563f1becae8569bd56eed74dcd98c43033af6f
parent7ec5043c2c64d376af9ddab5006d44f392870cbd (diff)
downloadbcm5719-llvm-053e3510a34e38f2545a20de0de34524ca3534e6.tar.gz
bcm5719-llvm-053e3510a34e38f2545a20de0de34524ca3534e6.zip
Revert r98679. The disassembler will be updated to depend on the existence of
IndexModeUpd and then populates the Inst{21}=1 while populating the instructions for disassembly. llvm-svn: 99013
-rw-r--r--llvm/lib/Target/ARM/ARMInstrInfo.td8
1 files changed, 2 insertions, 6 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrInfo.td b/llvm/lib/Target/ARM/ARMInstrInfo.td
index de5a9fe5b0d..a70d6dfe815 100644
--- a/llvm/lib/Target/ARM/ARMInstrInfo.td
+++ b/llvm/lib/Target/ARM/ARMInstrInfo.td
@@ -1358,9 +1358,7 @@ def LDM_UPD : AXI4ld<(outs GPR:$wb), (ins addrmode4:$addr, pred:$p,
reglist:$dsts, variable_ops),
IndexModeUpd, LdStMulFrm, IIC_iLoadm,
"ldm${addr:submode}${p}\t$addr!, $dsts",
- "$addr.addr = $wb", []> {
- let Inst{21} = 1; // wback
-}
+ "$addr.addr = $wb", []>;
} // mayLoad, hasExtraDefRegAllocReq
let mayStore = 1, hasExtraSrcRegAllocReq = 1 in {
@@ -1373,9 +1371,7 @@ def STM_UPD : AXI4st<(outs GPR:$wb), (ins addrmode4:$addr, pred:$p,
reglist:$srcs, variable_ops),
IndexModeUpd, LdStMulFrm, IIC_iStorem,
"stm${addr:submode}${p}\t$addr!, $srcs",
- "$addr.addr = $wb", []> {
- let Inst{21} = 1; // wback
-}
+ "$addr.addr = $wb", []>;
} // mayStore, hasExtraSrcRegAllocReq
//===----------------------------------------------------------------------===//
OpenPOWER on IntegriCloud