diff options
author | Alexandre Oliva <oliva@dcc.unicamp.br> | 1999-09-08 07:52:57 +0000 |
---|---|---|
committer | Alexandre Oliva <oliva@gcc.gnu.org> | 1999-09-08 07:52:57 +0000 |
commit | 898458348547ead27183dbecb75a3bf6713d0074 (patch) | |
tree | 715af5fcacd9cf8ff49530bbdb503ddd918c1b78 | |
parent | aaa8a002e38ede7f1470443338642d6f9165019d (diff) | |
download | gcc-898458348547ead27183dbecb75a3bf6713d0074.zip gcc-898458348547ead27183dbecb75a3bf6713d0074.tar.gz gcc-898458348547ead27183dbecb75a3bf6713d0074.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/rtl.h | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 20961d7..fe68be0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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)); |