Commit 60c1d0d8 by James E Wilson Committed by Jim Wilson

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

From-SVN: r74271
parent b80cfdcd
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> 2003-12-03 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.c (push): Call gen_push_h8300hs_advanced * config/h8300/h8300.c (push): Call gen_push_h8300hs_advanced
......
...@@ -187,7 +187,7 @@ static const size_t extra_order_size_table[] = { ...@@ -187,7 +187,7 @@ static const size_t extra_order_size_table[] = {
sizeof (struct tree_list), sizeof (struct tree_list),
TREE_EXP_SIZE (2), TREE_EXP_SIZE (2),
RTL_SIZE (2), /* MEM, PLUS, etc. */ RTL_SIZE (2), /* MEM, PLUS, etc. */
RTL_SIZE (9), /* INSN, CALL_INSN, JUMP_INSN */ RTL_SIZE (9), /* INSN */
}; };
/* The total number of orders. */ /* The total number of orders. */
......
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