Commit e3623158 by Marc Espie Committed by Marc Espie

* lists.c (free_list): Fix typo in comment.

From-SVN: r54374
parent 272cdf58
2002-06-08 Marc Espie <espie@openbsd.org>
* lists.c (free_list): Fix typo in comment.
2002-06-08 Andreas Jaeger <aj@suse.de> 2002-06-08 Andreas Jaeger <aj@suse.de>
* lcm.c (optimize_mode_switching): Add unused attribute for * lcm.c (optimize_mode_switching): Add unused attribute for
......
...@@ -37,7 +37,7 @@ static GTY ((deletable (""))) rtx unused_expr_list; ...@@ -37,7 +37,7 @@ static GTY ((deletable (""))) rtx unused_expr_list;
/* This function will free an entire list of either EXPR_LIST or INSN_LIST /* This function will free an entire list of either EXPR_LIST or INSN_LIST
nodes. This is to be used only only lists that consist exclusively of nodes. This is to be used only on lists that consist exclusively of
nodes of one type only. This is only called by free_EXPR_LIST_list nodes of one type only. This is only called by free_EXPR_LIST_list
and free_INSN_LIST_list. */ and free_INSN_LIST_list. */
static void static void
......
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