Fix thinko in last patch

gcc/
	* tree-ssa-dom.cc (record_edge_info): Fix thinko in last commit.
This commit is contained in:
Jeff Law 2022-11-22 16:30:38 -07:00
parent a03b35a28d
commit ee86077c2c

View file

@ -676,7 +676,7 @@ record_edge_info (basic_block bb)
if it never traverses the backedge to begin with. This
implies that any PHI nodes create equivalances that we
can attach to the loop exit edge. */
int bool
bool alternative
= (EDGE_PRED (bb, 0)->flags & EDGE_DFS_BACK) ? 1 : 0;
gphi_iterator gsi;