]> git.ipfire.org Git - thirdparty/gcc.git/commit
Cleanup pointer_plus_operator.
authorAndrew MacLeod <amacleod@redhat.com>
Mon, 21 Oct 2024 20:47:32 +0000 (16:47 -0400)
committerAndrew MacLeod <amacleod@redhat.com>
Thu, 24 Oct 2024 12:49:29 +0000 (08:49 -0400)
commit20d80c84ee4d19950c7d39f5c8be52836e90cad9
tree00c19d65ebe6b539f9f089dafa8fd504b2180d3e
parentb25d3201b6338d9f71c64f524ca2974d9a1f38e8
Cleanup pointer_plus_operator.

The POINTER_PLUS operator still carries some remnamts of the old
irange interface, which is now dead code with prange.

* range-op-ptr.cc (pointer_plus_operator::wi_fold): Remove.
(pointer_plus_operator::op2_range): Remove irange variant.
(pointer_plus_operator::update_bitmask): Likewise.
gcc/range-op-ptr.cc