Fix comment typos noticed by Bernhard
gcc/ * tree-ssa-dom.cc (record_edge_info): Fix comment typos.
This commit is contained in:
parent
ca73d4c80e
commit
a03b35a28d
1 changed files with 4 additions and 4 deletions
|
@ -673,10 +673,10 @@ record_edge_info (basic_block bb)
|
|||
{
|
||||
/* At this point we know the exit condition is loop
|
||||
invariant. The only way to get out of the loop is
|
||||
if never traverses the backedge to begin with. This
|
||||
implies that any PHI nodes create equivalances we can
|
||||
attach to the loop exit edge. */
|
||||
int alternative
|
||||
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
|
||||
= (EDGE_PRED (bb, 0)->flags & EDGE_DFS_BACK) ? 1 : 0;
|
||||
|
||||
gphi_iterator gsi;
|
||||
|
|
Loading…
Add table
Reference in a new issue