diff options
author | Richard Guenther <rguenther@suse.de> | 2007-04-27 13:45:54 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2007-04-27 13:45:54 +0000 |
commit | 64e8a9f04eaa5a5989607ac36c94c57d6eb9ee14 (patch) | |
tree | 4aefdb1667058ebefe285452fe4e970389e4733f /gcc | |
parent | 3aef2dbd2e29122a0a292779af9dade975d6b526 (diff) | |
download | gcc-64e8a9f04eaa5a5989607ac36c94c57d6eb9ee14.zip gcc-64e8a9f04eaa5a5989607ac36c94c57d6eb9ee14.tar.gz gcc-64e8a9f04eaa5a5989607ac36c94c57d6eb9ee14.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/tree-ssa-forwprop.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 34b05fe..75cb9da 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 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/30978 * Makefile.in (tree-ssa-forwprop.o): Depend on $(FLAGS_H). diff --git a/gcc/tree-ssa-forwprop.c b/gcc/tree-ssa-forwprop.c index 08bc5ff..6d9a467 100644 --- a/gcc/tree-ssa-forwprop.c +++ b/gcc/tree-ssa-forwprop.c @@ -156,7 +156,7 @@ static bool forward_propagate_addr_expr (tree name, tree rhs); 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 propagation destination or NULL_TREE if there is no such one. This only returns destinations in a single-use chain. FINAL_NAME_P |