aboutsummaryrefslogtreecommitdiff
path: root/libcpp
diff options
context:
space:
mode:
authorAldy Hernandez <aldyh@redhat.com>2022-08-05 08:04:10 +0200
committerAldy Hernandez <aldyh@redhat.com>2022-08-05 14:06:36 +0200
commit47964e766270f349f5b171bcd68ff7c1e60d85d8 (patch)
treec60fa3a712c132b5bea0fb63a47e6e5a53af25bf /libcpp
parent36bc2a8f24f9c8f6eb2c579d520d7fc73a113ae1 (diff)
downloadgcc-47964e766270f349f5b171bcd68ff7c1e60d85d8.zip
gcc-47964e766270f349f5b171bcd68ff7c1e60d85d8.tar.gz
gcc-47964e766270f349f5b171bcd68ff7c1e60d85d8.tar.bz2
Inline unsupported_range constructor.
An unsupported_range temporary is instantiated in every Value_Range for completeness sake and should be mostly a NOP. However, it's showing up in the callgrind stats, because it's not inline. This fixes the oversight. PR tree-optimization/106514 gcc/ChangeLog: * value-range.cc (unsupported_range::unsupported_range): Move... * value-range.h (unsupported_range::unsupported_range): ...here. (unsupported_range::set_undefined): New.
Diffstat (limited to 'libcpp')
0 files changed, 0 insertions, 0 deletions