[range-ops] Use existing tree code for *DIV_EXPR entries.
authorAldy Hernandez <aldyh@redhat.com>
Thu, 10 Nov 2022 10:36:46 +0000 (11:36 +0100)
committerAldy Hernandez <aldyh@redhat.com>
Fri, 11 Nov 2022 13:52:09 +0000 (14:52 +0100)
commitb3e8dc87b79a0c887e16553e975aa54f694f1de1
tree8c89615f139b89f503b9021f7c87bc22878dd9ed
parent17586bdc34ba7c23e4af1277649c59e5308f843d
[range-ops] Use existing tree code for *DIV_EXPR entries.

There is no need for a special tree code in the *DIV_EXPR entries, as
the parent class has one.

gcc/ChangeLog:

* range-op.cc (class operator_div): Remove tree code.
(operator_div::wi_op_overflows): Handle EXACT_DIV_EXPR as
TRUNC_DIV_EXPR.
gcc/range-op.cc