mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-16 08:29:08 +00:00
Split JMPL into JMPLCALL and JMPLRET.
llvm-svn: 943
This commit is contained in:
parent
1f7055b694
commit
f80c58a7d6
@ -164,7 +164,8 @@ void SparcAsmPrinter::emitMachineInst(const MachineInstr *MI) {
|
||||
Out << "\t" << TargetInstrDescriptors[Opcode].opCodeString << "\t";
|
||||
|
||||
switch (Opcode) { // Some opcodes have special syntax...
|
||||
case JMPL:
|
||||
case JMPLCALL:
|
||||
case JMPLRET:
|
||||
assert(MI->getNumOperands() == 3 && "Unexpected JMPL instr!");
|
||||
printOperand(MI->getOperand(0));
|
||||
Out << "+";
|
||||
|
Loading…
x
Reference in New Issue
Block a user