summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-11-30 19:25:56 +0000
committerJim Grosbach <grosbach@apple.com>2010-11-30 19:25:56 +0000
commit233890547ddcb538c47e53b27f76d242397a5e74 (patch)
tree7ab678fa8a42270a22732d8b88135f28b4023d5a /llvm/lib
parent9db8e15f4dd5a9359ac7f8189b280924db72aacb (diff)
downloadbcm5719-llvm-233890547ddcb538c47e53b27f76d242397a5e74.tar.gz
bcm5719-llvm-233890547ddcb538c47e53b27f76d242397a5e74.zip
Add FIXME
llvm-svn: 120451
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/ARM/ARMInstrInfo.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrInfo.td b/llvm/lib/Target/ARM/ARMInstrInfo.td
index 4ddd559851f..04a2d48310b 100644
--- a/llvm/lib/Target/ARM/ARMInstrInfo.td
+++ b/llvm/lib/Target/ARM/ARMInstrInfo.td
@@ -1844,6 +1844,7 @@ def : MnemonicAlias<"stm", "stmia">;
// FIXME: Should pc be an implicit operand like PICADD, etc?
let isReturn = 1, isTerminator = 1, isBarrier = 1, mayLoad = 1,
hasExtraDefRegAllocReq = 1, isCodeGenOnly = 1 in
+// FIXME: Should be a pseudo-instruction.
def LDMIA_RET : AXI4<(outs GPR:$wb), (ins GPR:$Rn, pred:$p,
reglist:$regs, variable_ops),
IndexModeUpd, LdStMulFrm, IIC_iLoad_mBr,
OpenPOWER on IntegriCloud