On 4/19/23 04:32, Richard Biener via Gcc-patches wrote:
CFG cleanup maintains BB_FORWARDER_BLOCK and uses FORWARDER_BLOCK_P to check that apart from two places which use forwarder_block_p in outgoing_edges_match alongside many BB_FORWARDER_BLOCK uses. The following adjusts those. Bootstrapped and tested on x86_64-unknown-linux-gnu, I verified cc1files produce the same code with/without this patch. OK? Thanks, Richard. * cfgcleanup.cc (outgoing_edges_match): Use FORWARDER_BLOCK_P.
OK jeff