]> gcc.gnu.org Git - gcc.git/commit
(previous_num_undos): Deleted variable.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 28 Jun 1996 22:32:45 +0000 (18:32 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 28 Jun 1996 22:32:45 +0000 (18:32 -0400)
commit241cea859c70e32d3de9ee887b29be2d5c675956
treef25879d15fdaabe63603fd7e668a4d7572ca7482
parentad24823466a52926eb20b83b07fd60d39fd139c6
(previous_num_undos): Deleted variable.

(MAX_UNDO): Deleted macro.
(struct undo): New field, next.
(struct undobuf): Deleted num_undos and undo.
New fields undos, frees, and previous_undos.
(SUBST, SUBST_INT): Rework to allocate memory and chain undo entries.
(combine_instructions): Initialize undobuf.{undos,previous_undos},
not undobuf.num_undo and previous_num_undos.
(try_combine): Likewise.
(undo_all, gen_rtx_combine): Rework to use new data structures.

From-SVN: r12372
gcc/combine.c
This page took 0.061838 seconds and 5 git commands to generate.