* gcc-page.c (extra_order_size_tab): Correct comment.
authorJames E Wilson <wilson@specifixinc.com>
Thu, 4 Dec 2003 05:40:32 +0000 (05:40 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Thu, 4 Dec 2003 05:40:32 +0000 (21:40 -0800)
From-SVN: r74271

gcc/ChangeLog
gcc/ggc-page.c

index e6d2e6d40f19d84f7c0f941992a5da66c28be999..0c1f4638aefafc1b42dcd5ace6a12c54df67da51 100644 (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
index 7e40d0445350f3a206f90c699b707fcf92390315..0f734119f65d6affe6e45a0b370b16e817a78e11 100644 (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.  */