Commit 1dee9d0d by Kazu Hirata Committed by Kazu Hirata

* tree-outof-ssa.c: Fix a comment typo.

From-SVN: r90891
parent fda7c515
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.
......
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment