Add FIXMEs.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120824 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jim Grosbach 2010-12-03 18:37:17 +00:00
parent 2c971ab9d9
commit d253545c17

View File

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