Commit 89845834 by Alexandre Oliva Committed by Alexandre Oliva

rtl.h (obstack_alloc_rtx): Removed, it's now static in genrtl.c.

* rtl.h (obstack_alloc_rtx): Removed, it's now static in
genrtl.c.

From-SVN: r29198
parent aaa8a002
Wed Sep 8 04:44:09 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
* rtl.h (obstack_alloc_rtx): Removed, it's now static in
genrtl.c.
Wed Sep 8 00:33:43 1999 Alasdair Baird <alasdair@wildcat.demon.co.uk>
* flow.c (insn_dead_p): Use XEXP rather than SUBREG_REG.
......
......@@ -976,7 +976,6 @@ extern rtx read_rtx PROTO((FILE *));
extern char *oballoc PROTO((int));
extern char *permalloc PROTO((int));
extern rtx rtx_alloc PROTO((RTX_CODE));
extern rtx obstack_alloc_rtx PROTO((int));
extern rtvec rtvec_alloc PROTO((int));
extern rtx copy_rtx PROTO((rtx));
extern rtx copy_rtx_if_shared PROTO((rtx));
......
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