diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-19 00:26:51 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-19 00:26:51 +0000 |
commit | f679f821de54dc4ca8ed62ed1112887be4236ce9 (patch) | |
tree | 97cd73e70434c336c580d8a50e1bc2170e62114b /gcc | |
parent | 3a50d8abb2e5acead3d00f021f93c2cf0afe304c (diff) | |
download | gcc-f679f821de54dc4ca8ed62ed1112887be4236ce9.tar.gz |
* tree-outof-ssa.c: Fix a comment typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90891 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/tree-outof-ssa.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 44b2341f94b..92f9186ab9b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-11-19 Kazu Hirata <kazu@cs.umass.edu> + + * tree-outof-ssa.c: Fix a comment typo. + 2004-11-19 Ben Elliston <bje@au.ibm.com> * predict.h (predict_insn): Remove extern declaration. diff --git a/gcc/tree-outof-ssa.c b/gcc/tree-outof-ssa.c index 39cf69f9ef9..d051868e3d2 100644 --- a/gcc/tree-outof-ssa.c +++ b/gcc/tree-outof-ssa.c @@ -1333,7 +1333,7 @@ free_value_expr (temp_expr_table_p table, value_expr_p p) } -/* Find VALUE if its in LIST. Return a pointer to the list object if found, +/* Find VALUE if it's in LIST. Return a pointer to the list object if found, else return NULL. If LAST_PTR is provided, it will point to the previous item upon return, or NULL if this is the first item in the list. */ |