diff options
Diffstat (limited to 'gcc/config/mips/mips-dsp.md')
-rw-r--r-- | gcc/config/mips/mips-dsp.md | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gcc/config/mips/mips-dsp.md b/gcc/config/mips/mips-dsp.md index 5112582d3a2..ff2004ccb54 100644 --- a/gcc/config/mips/mips-dsp.md +++ b/gcc/config/mips/mips-dsp.md @@ -1102,11 +1102,10 @@ (define_insn "mips_bposge" [(set (pc) (if_then_else (ge (reg:CCDSP CCDSP_PO_REGNUM) - (match_operand:SI 0 "immediate_operand" "I")) - (label_ref (match_operand 1 "" "")) + (match_operand:SI 1 "immediate_operand" "I")) + (label_ref (match_operand 0 "" "")) (pc)))] "ISA_HAS_DSP" - "%*bposge%0\t%1%/" - [(set_attr "type" "branch") - (set_attr "mode" "none")]) + "%*bposge%1\t%0%/" + [(set_attr "type" "branch")]) |