Commit 29836d07 by Alexandre Oliva Committed by Alexandre Oliva

tree-scalar-evolution.c (interpret_rhs_modify_expr): Fix typo in comment.

* tree-scalar-evolution.c (interpret_rhs_modify_expr): Fix typo in
comment.

From-SVN: r98237
parent 2b2e3f4e
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>
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment