Fix thinko in last patch
gcc/ * tree-ssa-dom.cc (record_edge_info): Fix thinko in last commit.
This commit is contained in:
parent
a03b35a28d
commit
ee86077c2c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue