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
This commit is contained in:
parent
aaa8a002e3
commit
8984583485
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
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));
|
||||
|
|
Loading…
Add table
Reference in a new issue