]> gcc.gnu.org Git - gcc.git/commitdiff
bitmap.h (debug_bitmap): Delete redundant prototype.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Thu, 12 Apr 2001 22:27:22 +0000 (22:27 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Thu, 12 Apr 2001 22:27:22 +0000 (22:27 +0000)
* bitmap.h (debug_bitmap): Delete redundant prototype.

* rtl.h (get_frame_size): Likewise.

From-SVN: r41313

gcc/ChangeLog
gcc/bitmap.h
gcc/rtl.h

index 30c42db8e1a8a637de3380027ec9a73f2c4d5dbd..dbecf32eac78db5bfcbdb2039fb3086949af2839 100644 (file)
@@ -1,3 +1,9 @@
+2001-04-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * bitmap.h (debug_bitmap): Delete redundant prototype.
+
+       * rtl.h (get_frame_size): Likewise.
+
 2001-04-12  Jim Wilson  <wilson@redhat.com>
 
        * config/ia64/ia64.md (extendsfdf2, extendsftf2, extenddftf2): Simplify
index fc10bd4cfe8b83ca652d13bbfb9f0344333f6a91..d96e793a34941df5ab8b5c1ecc0b492adc105e9a 100644 (file)
@@ -104,8 +104,6 @@ extern bitmap bitmap_initialize PARAMS ((bitmap));
 /* Release all memory held by bitmaps.  */
 extern void bitmap_release_memory PARAMS ((void));
 
-extern void debug_bitmap PARAMS ((bitmap));
-
 /* Allocate a bitmap with oballoc.  */
 #define BITMAP_OBSTACK_ALLOC(OBSTACK)                          \
   bitmap_initialize ((bitmap) obstack_alloc (OBSTACK, sizeof (bitmap_head)))
index c1af43d38a85dd46a1830a35db1a0eec259d31d0..5465030307c28a5649884c2af2f8d93bcc937c53 100644 (file)
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1808,7 +1808,6 @@ extern void reposition_prologue_and_epilogue_notes        PARAMS ((rtx));
 extern void thread_prologue_and_epilogue_insns         PARAMS ((rtx));
 extern int prologue_epilogue_contains                  PARAMS ((rtx));
 extern int sibcall_epilogue_contains                   PARAMS ((rtx));
-extern HOST_WIDE_INT get_frame_size                    PARAMS ((void));
 extern void preserve_rtl_expr_result                   PARAMS ((rtx));
 extern void mark_temp_addr_taken                       PARAMS ((rtx));
 extern void update_temp_slot_address                   PARAMS ((rtx, rtx));
This page took 0.083517 seconds and 5 git commands to generate.