* gcc-page.c (extra_order_size_tab): Correct comment.
From-SVN: r74271
This commit is contained in:
parent
b80cfdcd48
commit
60c1d0d8ba
@ -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
|
||||
|
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user