Message ID | ce0a46f7-bc24-2585-dcd9-4b27a749bc16@gmail.com |
---|---|
State | New |
Headers | show |
Series | [committed] Fix subdi3 synthesis on rx port | expand |
diff --git a/gcc/config/rx/rx.md b/gcc/config/rx/rx.md index 6959c6095c6..f6b13b92aa5 100644 --- a/gcc/config/rx/rx.md +++ b/gcc/config/rx/rx.md @@ -1722,7 +1722,7 @@ (define_insn_and_split "subdi3_internal" (minus:SI (match_operand:SI 4 "register_operand" " 1, 1") (match_operand:SI 5 "rx_compare_operand" " rQ,rQ")) - (geu:SI (match_dup 2) (match_dup 3)))) + (gtu:SI (match_dup 3) (match_dup 2)))) (clobber (reg:CC CC_REG))] "" "#"