mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-19 02:25:01 +00:00
Add FIXMEs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119167 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -929,6 +929,8 @@ void ARMAsmPrinter::EmitInstruction(const MachineInstr *MI) {
|
|||||||
case ARM::t2BR_JT: {
|
case ARM::t2BR_JT: {
|
||||||
// Lower and emit the instruction itself, then the jump table following it.
|
// Lower and emit the instruction itself, then the jump table following it.
|
||||||
MCInst TmpInst;
|
MCInst TmpInst;
|
||||||
|
// FIXME: The branch instruction is really a pseudo. We should xform it
|
||||||
|
// explicitly.
|
||||||
LowerARMMachineInstrToMCInst(MI, TmpInst, *this);
|
LowerARMMachineInstrToMCInst(MI, TmpInst, *this);
|
||||||
OutStreamer.EmitInstruction(TmpInst);
|
OutStreamer.EmitInstruction(TmpInst);
|
||||||
EmitJump2Table(MI);
|
EmitJump2Table(MI);
|
||||||
@@ -940,6 +942,8 @@ void ARMAsmPrinter::EmitInstruction(const MachineInstr *MI) {
|
|||||||
case ARM::BR_JTadd: {
|
case ARM::BR_JTadd: {
|
||||||
// Lower and emit the instruction itself, then the jump table following it.
|
// Lower and emit the instruction itself, then the jump table following it.
|
||||||
MCInst TmpInst;
|
MCInst TmpInst;
|
||||||
|
// FIXME: The branch instruction is really a pseudo. We should xform it
|
||||||
|
// explicitly.
|
||||||
LowerARMMachineInstrToMCInst(MI, TmpInst, *this);
|
LowerARMMachineInstrToMCInst(MI, TmpInst, *this);
|
||||||
OutStreamer.EmitInstruction(TmpInst);
|
OutStreamer.EmitInstruction(TmpInst);
|
||||||
EmitJumpTable(MI);
|
EmitJumpTable(MI);
|
||||||
|
Reference in New Issue
Block a user