diff options
Diffstat (limited to 'gcc/config/rx/rx.md')
-rw-r--r-- | gcc/config/rx/rx.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rx/rx.md b/gcc/config/rx/rx.md index d6e748c41e7..9d430aa8d65 100644 --- a/gcc/config/rx/rx.md +++ b/gcc/config/rx/rx.md @@ -1651,7 +1651,7 @@ (define_expand "subdi3" [(set (match_operand:DI 0 "register_operand") (minus:DI (match_operand:DI 1 "register_operand") - (match_operand:DI 2 "rx_compare_operand")))] + (match_operand:DI 2 "register_operand")))] "" { rtx op0l, op0h, op1l, op1h, op2l, op2h; |