Move operator_min to the unified range-op table.
commitb08b98254a973e67472c9c31bfd9b7e8af6a5133
authorAndrew MacLeod <amacleod@redhat.com>
Sat, 10 Jun 2023 20:09:58 +0000 (10 16:09 -0400)
committerAndrew MacLeod <amacleod@redhat.com>
Mon, 12 Jun 2023 14:48:30 +0000 (12 10:48 -0400)
tree2e1b733b7d65811be624cd5aa91dc9e068c16755
parentb23d6b957f0a083b252c616d48f92b933f753262
Move operator_min to the unified range-op table.

* range-op-mixed.h (class operator_min): Move from...
* range-op.cc (unified_table::unified_table): Add MIN_EXPR.
(class operator_min): Move from here.
(integral_table::integral_table): Remove MIN_EXPR.
gcc/range-op-mixed.h
gcc/range-op.cc