* bitmap.h (debug_bitmap): Delete redundant prototype.
* rtl.h (get_frame_size): Likewise.
From-SVN: r41313
+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
/* 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)))
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));