projects
/
platform
/
upstream
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a03b35a
)
Fix thinko in last patch
author
Jeff Law
<jlaw@ventanamicro.com>
Tue, 22 Nov 2022 23:30:38 +0000
(16:30 -0700)
committer
Jeff Law
<jlaw@ventanamicro.com>
Tue, 22 Nov 2022 23:35:26 +0000
(16:35 -0700)
gcc/
* tree-ssa-dom.cc (record_edge_info): Fix thinko in last commit.
gcc/tree-ssa-dom.cc
patch
|
blob
|
history
diff --git
a/gcc/tree-ssa-dom.cc
b/gcc/tree-ssa-dom.cc
index
e82f4f7
..
c9e52d1
100644
(file)
--- a/
gcc/tree-ssa-dom.cc
+++ b/
gcc/tree-ssa-dom.cc
@@
-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;