diff options
Diffstat (limited to 'gcc/tree-scalar-evolution.c')
-rw-r--r-- | gcc/tree-scalar-evolution.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-scalar-evolution.c b/gcc/tree-scalar-evolution.c index ffead4903b7..e7c75455005 100644 --- a/gcc/tree-scalar-evolution.c +++ b/gcc/tree-scalar-evolution.c @@ -1658,7 +1658,7 @@ interpret_condition_phi (struct loop *loop, tree condition_phi) } /* Interpret the right hand side of a modify_expr OPND1. If we didn't - analyzed this node before, follow the definitions until ending + analyze this node before, follow the definitions until ending either on an analyzed modify_expr, or on a loop-phi-node. On the return path, this function propagates evolutions (ala constant copy propagation). OPND1 is not a GIMPLE expression because we could |