Add FIXME.
authorJim Grosbach <grosbach@apple.com>
Sat, 12 Mar 2011 00:51:00 +0000 (00:51 +0000)
committerJim Grosbach <grosbach@apple.com>
Sat, 12 Mar 2011 00:51:00 +0000 (00:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127516 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMInstrInfo.td

index 98b211ddd9e79a4028210cc0c5a62a3df813c5f5..5a5b6eb7df01c3a8959adbeac9cfb7f81ce6e0b1 100644 (file)
@@ -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,