]> gcc.gnu.org Git - gcc.git/commitdiff
tree-scalar-evolution.c (interpret_rhs_modify_expr): Fix typo in comment.
authorAlexandre Oliva <aoliva@redhat.com>
Sat, 16 Apr 2005 21:28:15 +0000 (21:28 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Sat, 16 Apr 2005 21:28:15 +0000 (21:28 +0000)
* tree-scalar-evolution.c (interpret_rhs_modify_expr): Fix typo in
comment.

From-SVN: r98237

gcc/ChangeLog
gcc/tree-scalar-evolution.c

index ebc2c12bd627d105355c5c82e1c26b829361cae2..38556bf32714f038a2acb4f1c643e38b1b5b22eb 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-16  Alexandre Oliva  <aoliva@redhat.com>
+
+       * tree-scalar-evolution.c (interpret_rhs_modify_expr): Fix typo in
+       comment.
+
 2005-04-16  Roger Sayle  <roger@eyesopen.com>
            Steven Bosscher  <stevenb@suse.de>
 
index ffead4903b778513c918fad890ec09d0154871bd..e7c75455005eef279db27a0d8aca7894fb2c16fe 100644 (file)
@@ -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
This page took 0.063175 seconds and 5 git commands to generate.