diff options
author | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-16 21:28:15 +0000 |
---|---|---|
committer | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-16 21:28:15 +0000 |
commit | 0b94b8c80d9c200ba0faf89306770073f81dc19e (patch) | |
tree | 3286258bca1414a5d3c5e575f02566e0f8f18d3c /gcc/tree-scalar-evolution.c | |
parent | 92d5e982131371875c25ef48d518107c1beb502f (diff) | |
download | gcc-0b94b8c80d9c200ba0faf89306770073f81dc19e.tar.gz |
* tree-scalar-evolution.c (interpret_rhs_modify_expr): Fix typo in
comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98237 138bc75d-0d04-0410-961f-82ee72b054a4
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 |