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

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