diff options
Diffstat (limited to 'llvm/lib/Target/Mips/Mips16InstrInfo.td')
| -rw-r--r-- | llvm/lib/Target/Mips/Mips16InstrInfo.td | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Target/Mips/Mips16InstrInfo.td b/llvm/lib/Target/Mips/Mips16InstrInfo.td index 52bf690a808..b91c9428858 100644 --- a/llvm/lib/Target/Mips/Mips16InstrInfo.td +++ b/llvm/lib/Target/Mips/Mips16InstrInfo.td @@ -369,14 +369,14 @@ class FRxRxRy16_ins<bits<5> f, string asmstr,  let rx=0 in  class FRR16_JALRC_RA_only_ins<bits<1> nd_, bits<1> l_,                                string asmstr, InstrItinClass itin>: -  FRR16_JALRC<nd_, l_, 1, (outs), (ins), !strconcat(asmstr, "\t $$ra"), +  FRR16_JALRC<nd_, l_, 1, (outs), (ins), !strconcat(asmstr, "\t$$ra"),                [], itin> ;  class FRR16_JALRC_ins<bits<1> nd, bits<1> l, bits<1> ra,                        string asmstr, InstrItinClass itin>:    FRR16_JALRC<nd, l, ra, (outs), (ins CPU16Regs:$rx), -              !strconcat(asmstr, "\t $rx"), [], itin> ; +              !strconcat(asmstr, "\t$rx"), [], itin> ;  class FRR_SF16_ins    <bits<5> _funct, bits<3> _subfunc, @@ -1376,7 +1376,7 @@ def: Mips16Pat<(brind CPU16Regs:$rs), (JrcRx16 CPU16Regs:$rs)> {  let isCall=1, hasDelaySlot=0 in  def JumpLinkReg16:    FRR16_JALRC<0, 0, 0, (outs), (ins CPU16Regs:$rs), -              "jalrc \t$rs", [(MipsJmpLink CPU16Regs:$rs)], II_JALRC> { +              "jalrc\t$rs", [(MipsJmpLink CPU16Regs:$rs)], II_JALRC> {    let Defs = [RA];  }  | 

