rtl.h (obstack_alloc_rtx): Removed, it's now static in genrtl.c.
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Wed, 8 Sep 1999 07:52:57 +0000 (07:52 +0000)
committerAlexandre Oliva <oliva@gcc.gnu.org>
Wed, 8 Sep 1999 07:52:57 +0000 (07:52 +0000)
* rtl.h (obstack_alloc_rtx): Removed, it's now static in
genrtl.c.

From-SVN: r29198

gcc/ChangeLog
gcc/rtl.h

index 20961d739659452de8fab2dc2e5bc1ec76d61b7e..fe68be0b964bb8eabc0d70c0e90b93c9a3466b70 100644 (file)
@@ -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.
index 6d90fe70cb5723a5d26f29e638dbad6675ca3e68..14291b4a3a4cc4dff05de770219a170d5ce27a8a 100644 (file)
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -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));