aboutsummaryrefslogtreecommitdiff
path: root/gcc/value-range.h
diff options
context:
space:
mode:
authorAldy Hernandez <aldyh@redhat.com>2022-10-10 13:43:56 +0200
committerAldy Hernandez <aldyh@redhat.com>2022-10-10 14:50:16 +0200
commit8b6bcedc88d54415cbc018b3f7fc2bc20dcd4800 (patch)
treee97d8d884cae851be768bf6261d09d84b5be4ba6 /gcc/value-range.h
parent2bd112dee7f9786a0484d9281899a9bb0b2ae57d (diff)
downloadgcc-8b6bcedc88d54415cbc018b3f7fc2bc20dcd4800.zip
gcc-8b6bcedc88d54415cbc018b3f7fc2bc20dcd4800.tar.gz
gcc-8b6bcedc88d54415cbc018b3f7fc2bc20dcd4800.tar.bz2
Return non-legacy ranges in range.h.
int_range<1> is a legacy range (think anti ranges, legacy VRP, etc). There is a penalty for converting anything built with <1> to non-legacy. Since most of the uses of these functions are now ranger, we can save a miniscule amount of time by converting them to non-legacy. gcc/ChangeLog: * range.h (range_true): Return int_range<2>. (range_false): Same. (range_true_and_false): Same.
Diffstat (limited to 'gcc/value-range.h')
0 files changed, 0 insertions, 0 deletions