Add FIXMEs.
authorJim Grosbach <grosbach@apple.com>
Fri, 3 Dec 2010 18:37:17 +0000 (18:37 +0000)
committerJim Grosbach <grosbach@apple.com>
Fri, 3 Dec 2010 18:37:17 +0000 (18:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120824 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMInstrThumb.td

index f46335db1625d4566778d178701c88efcaeaf43b..f1edab71c2c233a53aadfc8ad6afeb5038a21698 100644 (file)
@@ -393,6 +393,7 @@ let isCall = 1,
               T1Special<{1,1,1,?}>; // A6.2.3 & A8.6.24;
 
   // ARMv4T
+  // FIXME: Should be a pseudo.
   let isCodeGenOnly = 1 in
   def tBX : TIx2<{?,?,?,?,?}, {?,?}, ?,
                   (outs), (ins tGPR:$func, variable_ops), IIC_Br,
@@ -445,6 +446,7 @@ let isCall = 1,
 
   // ARMv4T
   let isCodeGenOnly = 1 in
+  // FIXME: Should be a pseudo.
   def tBXr9 : TIx2<{?,?,?,?,?}, {?,?}, ?,
                    (outs), (ins tGPR:$func, variable_ops), IIC_Br,
                    "mov\tlr, pc\n\tbx\t$func",