summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-08-11 20:13:35 +0000
committerJim Grosbach <grosbach@apple.com>2011-08-11 20:13:35 +0000
commit1b0f79573e7aa03539f6317b3e06c8cc15a3d727 (patch)
treecc832b2278bc3ba038640f4f8febeabea883183a
parent793d6330cd41dd75a5a03f4a3d814ba9fb6c31da (diff)
downloadbcm5719-llvm-1b0f79573e7aa03539f6317b3e06c8cc15a3d727.tar.gz
bcm5719-llvm-1b0f79573e7aa03539f6317b3e06c8cc15a3d727.zip
Tidy up.
llvm-svn: 137339
-rw-r--r--llvm/lib/Target/ARM/ARMInstrInfo.td1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrInfo.td b/llvm/lib/Target/ARM/ARMInstrInfo.td
index bc5f1b69fd5..ae408ce9bcf 100644
--- a/llvm/lib/Target/ARM/ARMInstrInfo.td
+++ b/llvm/lib/Target/ARM/ARMInstrInfo.td
@@ -2056,7 +2056,6 @@ def LDRD_POST: AI3ldstidx<0b1101, 0, 1, 0, (outs GPR:$Rt, GPR:$Rt2, GPR:$Rn_wb),
let Inst{11-8} = offset{7-4}; // imm7_4/zero
let Inst{3-0} = offset{3-0}; // imm3_0/Rm
let DecoderMethod = "DecodeAddrMode3Instruction";
-// let AsmMatchConverter = "cvtLdrdPost";
}
} // hasExtraDefRegAllocReq = 1
} // mayLoad = 1, neverHasSideEffects = 1
OpenPOWER on IntegriCloud