]> git.ipfire.org Git - thirdparty/gcc.git/commit
Move operator_bitwise_or to the unified range-op table.
authorAndrew MacLeod <amacleod@redhat.com>
Sat, 10 Jun 2023 20:05:33 +0000 (16:05 -0400)
committerAndrew MacLeod <amacleod@redhat.com>
Mon, 12 Jun 2023 14:48:30 +0000 (10:48 -0400)
commitb23d6b957f0a083b252c616d48f92b933f753262
tree58c4bb017fb6dc06fd22a4b20d09f47a72fb850a
parent0965275e865aa1552a370075dd28286bebe18ca6
Move operator_bitwise_or to the unified range-op table.

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