forked from OSchip/llvm-project
parent
cca8f7853f
commit
7d610f4d06
|
@ -108,7 +108,7 @@ bool MipsAsmPrinter::lowerOperand(const MachineOperand &MO, MCOperand &MCOp) {
|
|||
#include "MipsGenMCPseudoLowering.inc"
|
||||
|
||||
// Lower PseudoReturn/PseudoIndirectBranch/PseudoIndirectBranch64 to JR, JR_MM,
|
||||
// JALR, or JALR64 as appropriate for the target
|
||||
// JALR, or JALR64 as appropriate for the target.
|
||||
void MipsAsmPrinter::emitPseudoIndirectBranch(MCStreamer &OutStreamer,
|
||||
const MachineInstr *MI) {
|
||||
bool HasLinkReg = false;
|
||||
|
|
Loading…
Reference in New Issue