diff options
author | Jim Grosbach <grosbach@apple.com> | 2011-03-12 00:51:00 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2011-03-12 00:51:00 +0000 |
commit | 34e98e968f29852d89460ec68fdd4783c5c8dceb (patch) | |
tree | b64645e93e34509545ee447b21d3a416fa916fe9 | |
parent | f859a545de30bbc848d1b0896b7ef8fa84fd631b (diff) | |
download | external_llvm-34e98e968f29852d89460ec68fdd4783c5c8dceb.zip external_llvm-34e98e968f29852d89460ec68fdd4783c5c8dceb.tar.gz external_llvm-34e98e968f29852d89460ec68fdd4783c5c8dceb.tar.bz2 |
Add FIXME.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127516 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/ARM/ARMInstrInfo.td | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/ARM/ARMInstrInfo.td b/lib/Target/ARM/ARMInstrInfo.td index 98b211d..5a5b6eb 100644 --- a/lib/Target/ARM/ARMInstrInfo.td +++ b/lib/Target/ARM/ARMInstrInfo.td @@ -1309,6 +1309,9 @@ let isBranch = 1, isTerminator = 1, isBarrier = 1, isIndirectBranch = 1 in { // before calls from potentially appearing dead. let isCall = 1, // On non-Darwin platforms R9 is callee-saved. + // FIXME: Do we really need a non-predicated version? If so, it should + // at least be a pseudo instruction expanding to the predicated version + // at MC lowering time. Defs = [R0, R1, R2, R3, R12, LR, D0, D1, D2, D3, D4, D5, D6, D7, D16, D17, D18, D19, D20, D21, D22, D23, |