diff options
author | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-04-27 13:45:54 +0000 |
---|---|---|
committer | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-04-27 13:45:54 +0000 |
commit | 83a20bafd7318b3a7cdd89402c3e74475c547506 (patch) | |
tree | 4aefdb1667058ebefe285452fe4e970389e4733f /gcc/tree-ssa-forwprop.c | |
parent | 5adc10665d53dbe2f3a06b603c942d169c5adb5f (diff) | |
download | gcc-83a20bafd7318b3a7cdd89402c3e74475c547506.tar.gz |
2007-04-27 Richard Guenther <rguenther@suse.de>
* tree-ssa-forwprop.c (get_prop_dest_stmt): Fix comment typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124218 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-ssa-forwprop.c')
-rw-r--r-- | gcc/tree-ssa-forwprop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-forwprop.c b/gcc/tree-ssa-forwprop.c index 08bc5ff31c3..6d9a4678bb4 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 |