Remove wrapper around gimple_range_global.
commit56aa8ad7cd91fbc42123f1190d3238e293020085
authorAndrew MacLeod <amacleod@redhat.com>
Tue, 20 Feb 2024 17:27:51 +0000 (20 12:27 -0500)
committerAndrew MacLeod <amacleod@redhat.com>
Tue, 30 Apr 2024 21:19:57 +0000 (30 17:19 -0400)
tree0cd3bd2297a82e746d747fcef680d8756062cd2e
parent1ff71f71a13f5ed423389d20ed34f3217e632777
Remove wrapper around gimple_range_global.

Now that legacy EVRP has been removed, we can remove the wrapper which
prevented us from using global names before inlining except under
some specific conditions.  See discussion:
 https://gcc.gnu.org/pipermail/gcc-patches/2021-June/571709.html

* value-query.cc (get_range_global): Rename to gimple_range_global.
(gimple_range_global): Remove wrapper function.
(global_range_query::range_of_expr): Call gimple_range_global.
gcc/value-query.cc