OSDN Git Service

* bitmap.h (debug_bitmap): Delete redundant prototype.
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Apr 2001 22:27:22 +0000 (22:27 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Apr 2001 22:27:22 +0000 (22:27 +0000)
* rtl.h (get_frame_size): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41313 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 30c42db..dbecf32 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 fc10bd4..d96e793 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 c1af43d..5465030 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));