From 1dee9d0d6da42b59b43e19e12d27ba124eeb4a9f Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 19 Nov 2004 00:26:51 +0000 Subject: * tree-outof-ssa.c: Fix a comment typo. From-SVN: r90891 --- gcc/ChangeLog | 4 ++++ gcc/tree-outof-ssa.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 44b2341..92f9186 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-11-19 Kazu Hirata + + * tree-outof-ssa.c: Fix a comment typo. + 2004-11-19 Ben Elliston * predict.h (predict_insn): Remove extern declaration. 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. */ -- cgit v1.1