* gcc-page.c (extra_order_size_tab): Correct comment.

From-SVN: r74271
This commit is contained in:
James E Wilson 2003-12-04 05:40:32 +00:00 committed by Jim Wilson
parent b80cfdcd48
commit 60c1d0d8ba
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-12-03 James E Wilson <wilson@specifixinc.com>
* gcc-page.c (extra_order_size_tab): Correct comment.
2003-12-03 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.c (push): Call gen_push_h8300hs_advanced

View File

@ -187,7 +187,7 @@ static const size_t extra_order_size_table[] = {
sizeof (struct tree_list),
TREE_EXP_SIZE (2),
RTL_SIZE (2), /* MEM, PLUS, etc. */
RTL_SIZE (9), /* INSN, CALL_INSN, JUMP_INSN */
RTL_SIZE (9), /* INSN */
};
/* The total number of orders. */