]> git.ipfire.org Git - thirdparty/gcc.git/commit
Remove pointer_min_max_operator.
authorAndrew MacLeod <amacleod@redhat.com>
Mon, 21 Oct 2024 22:11:43 +0000 (18:11 -0400)
committerAndrew MacLeod <amacleod@redhat.com>
Thu, 24 Oct 2024 12:49:29 +0000 (08:49 -0400)
commit7173e2ff30c1e42168db4ac1dedc12ae1518faab
tree5b3f9b78d04434cf5133527a0b2d74d167d68823
parent20d80c84ee4d19950c7d39f5c8be52836e90cad9
Remove pointer_min_max_operator.

The pointer_min_max_operator class was used before the current dispatch
system was created.  These operations have been transferred to
operator_min::fold_range () and operator_max::fold_range () with prange
operands.

This class is no longer used for anything, delete it.

* range-op-ptr.cc (class pointer_min_max_operator): Remove.
(pointer_min_max_operator::wi_fold): Remove.
gcc/range-op-ptr.cc