Split JMPL into JMPLCALL and JMPLRET.

llvm-svn: 943
This commit is contained in:
Vikram S. Adve 2001-10-22 13:44:53 +00:00
parent 1f7055b694
commit f80c58a7d6

View File

@ -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 << "+";