diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-11-19 00:26:51 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-11-19 00:26:51 +0000 |
commit | 1dee9d0d6da42b59b43e19e12d27ba124eeb4a9f (patch) | |
tree | 97cd73e70434c336c580d8a50e1bc2170e62114b /gcc/tree-outof-ssa.c | |
parent | fda7c51555320b6adab4b8873aa6a4e74657a9f1 (diff) | |
download | gcc-1dee9d0d6da42b59b43e19e12d27ba124eeb4a9f.zip gcc-1dee9d0d6da42b59b43e19e12d27ba124eeb4a9f.tar.gz gcc-1dee9d0d6da42b59b43e19e12d27ba124eeb4a9f.tar.bz2 |
* tree-outof-ssa.c: Fix a comment typo.
From-SVN: r90891
Diffstat (limited to 'gcc/tree-outof-ssa.c')
-rw-r--r-- | gcc/tree-outof-ssa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-outof-ssa.c b/gcc/tree-outof-ssa.c index 39cf69f..d051868 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. */ |