mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 12:50:30 +00:00
Add FIXMEs.
llvm-svn: 119167
This commit is contained in:
parent
a7676f5079
commit
e0122f5d54
@ -929,6 +929,8 @@ void ARMAsmPrinter::EmitInstruction(const MachineInstr *MI) {
|
||||
case ARM::t2BR_JT: {
|
||||
// Lower and emit the instruction itself, then the jump table following it.
|
||||
MCInst TmpInst;
|
||||
// FIXME: The branch instruction is really a pseudo. We should xform it
|
||||
// explicitly.
|
||||
LowerARMMachineInstrToMCInst(MI, TmpInst, *this);
|
||||
OutStreamer.EmitInstruction(TmpInst);
|
||||
EmitJump2Table(MI);
|
||||
@ -940,6 +942,8 @@ void ARMAsmPrinter::EmitInstruction(const MachineInstr *MI) {
|
||||
case ARM::BR_JTadd: {
|
||||
// Lower and emit the instruction itself, then the jump table following it.
|
||||
MCInst TmpInst;
|
||||
// FIXME: The branch instruction is really a pseudo. We should xform it
|
||||
// explicitly.
|
||||
LowerARMMachineInstrToMCInst(MI, TmpInst, *this);
|
||||
OutStreamer.EmitInstruction(TmpInst);
|
||||
EmitJumpTable(MI);
|
||||
|
Loading…
Reference in New Issue
Block a user