diff options
author | Richard Biener <rguenther@suse.de> | 2022-07-01 13:59:32 +0200 |
---|---|---|
committer | Richard Biener <rguenther@suse.de> | 2022-07-01 15:21:38 +0200 |
commit | 63abe04999283582b258adf60da6c19d541ebc68 (patch) | |
tree | 0eee066ee69e860e9a21c6a0fec675839341b3d2 /gcc/cp/constexpr.cc | |
parent | 2b0937946b19f0f4d91e6248a2806b1f98f5244b (diff) | |
download | gcc-63abe04999283582b258adf60da6c19d541ebc68.zip gcc-63abe04999283582b258adf60da6c19d541ebc68.tar.gz gcc-63abe04999283582b258adf60da6c19d541ebc68.tar.bz2 |
Avoid unused sbitmap in update_ssa
The following avoids copying and using blocks_to_update to
the interesting_blocks sbitmap when doing update_ssa as it is
unused besides the redundant query in the domwalk.
* tree-into-ssa.cc (rewrite_update_dom_walker::before_dom_children):
Do not look at interesting_blocks which is a copy of
blocks_to_update.
(update_ssa): Do not initialize it.
(pass_build_ssa::execute): Set interesting_blocks to NULL
after releasing it.
Diffstat (limited to 'gcc/cp/constexpr.cc')
0 files changed, 0 insertions, 0 deletions