]> gcc.gnu.org Git - gcc.git/commit
Cleanups to unsupported_range.
authorAldy Hernandez <aldyh@redhat.com>
Tue, 30 Apr 2024 16:54:11 +0000 (18:54 +0200)
committerAldy Hernandez <aldyh@redhat.com>
Wed, 1 May 2024 07:37:04 +0000 (09:37 +0200)
commit1b5732de7e3980aa5197b1ac818f48f1ce9f87ab
treefdd78a646962322edc664c7442e8328782f34702
parent3032ebf0c9b769f02f494e97417a1b68ad59c884
Cleanups to unsupported_range.

Here are some cleanups to unsupported_range so the assignment operator
takes an unsupported_range and behaves like the other ranges.  This
makes subsequent cleanups easier.

gcc/ChangeLog:

* value-range.cc (unsupported_range::union_): Cast vrange to
unsupported_range.
(unsupported_range::intersect): Same.
(unsupported_range::operator=): Make argument an unsupported_range.
* value-range.h: New constructor.
gcc/value-range.cc
gcc/value-range.h
This page took 0.058375 seconds and 5 git commands to generate.