]> git.ipfire.org Git - thirdparty/gcc.git/commit
GORI cleanups
authorRichard Biener <rguenther@suse.de>
Tue, 25 Jun 2024 13:41:57 +0000 (15:41 +0200)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 25 Jun 2024 14:15:44 +0000 (16:15 +0200)
commit3587bfae391616d155de0c9cbe98206634f3ed6b
treea94a630f06f54a640e4280c45ee25fe35aa0beb4
parentd27049a38a4c07fa1e662ffd66df3f15d330503f
GORI cleanups

The following replaces conditional is_export_p calls as is_export_p
handles a NULL bb itself.

* gimple-range-gori.cc (gori_compute::may_recompute_p):
Call is_export_p with NULL bb.
gcc/gimple-range-gori.cc