]> git.ipfire.org Git - thirdparty/gcc.git/commit
Move operator_addr_expr to the unified range-op table.
authorAndrew MacLeod <amacleod@redhat.com>
Sat, 10 Jun 2023 19:56:15 +0000 (15:56 -0400)
committerAndrew MacLeod <amacleod@redhat.com>
Mon, 12 Jun 2023 14:48:29 +0000 (10:48 -0400)
commit443485b34365c8c50b31765d6769c4ef70091358
tree53cfe023bb9984d19edf41f1331553c2916312e2
parentbf470895905e9152424076d1630a9d2c60de023b
Move operator_addr_expr to the unified range-op table.

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