Commit 64e8a9f0 by Richard Guenther Committed by Richard Biener

tree-ssa-forwprop.c (get_prop_dest_stmt): Fix comment typo.

2007-04-27  Richard Guenther  <rguenther@suse.de>
  
        * tree-ssa-forwprop.c (get_prop_dest_stmt): Fix comment typo.

From-SVN: r124218
parent 3aef2dbd
2007-04-27 Richard Guenther <rguenther@suse.de> 2007-04-27 Richard Guenther <rguenther@suse.de>
* tree-ssa-forwprop.c (get_prop_dest_stmt): Fix comment typo.
2007-04-27 Richard Guenther <rguenther@suse.de>
PR tree-optimization/30965 PR tree-optimization/30965
PR tree-optimization/30978 PR tree-optimization/30978
* Makefile.in (tree-ssa-forwprop.o): Depend on $(FLAGS_H). * Makefile.in (tree-ssa-forwprop.o): Depend on $(FLAGS_H).
......
...@@ -156,7 +156,7 @@ static bool forward_propagate_addr_expr (tree name, tree rhs); ...@@ -156,7 +156,7 @@ static bool forward_propagate_addr_expr (tree name, tree rhs);
static bool cfg_changed; static bool cfg_changed;
/* Get the next statement we can propagate NAMEs value into skipping /* Get the next statement we can propagate NAME's value into skipping
trivial copies. Returns the statement that is suitable as a trivial copies. Returns the statement that is suitable as a
propagation destination or NULL_TREE if there is no such one. propagation destination or NULL_TREE if there is no such one.
This only returns destinations in a single-use chain. FINAL_NAME_P This only returns destinations in a single-use chain. FINAL_NAME_P
......
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