mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-18 10:31:57 +00:00
Add FIXMEs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120824 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2c971ab9d9
commit
d253545c17
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user