* basic-block.h (free_basic_block_vargs): Provide prototype.

From-SVN: r18438
This commit is contained in:
Jeffrey A Law 1998-03-07 01:14:32 +00:00 committed by Jeff Law
parent 2fa1eead94
commit 52becdc035
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
Sat Mar 7 00:54:15 1998 Jeffrey A Law (law@cygnus.com)
* basic-block.h (free_basic_block_vargs): Provide prototype.
* cccp.c (main): Fix dumb mistakes in last change.
Fri Mar 6 21:28:45 1998 J"orn Rennecke <amylaar@cygnus.co.uk>

View File

@ -186,6 +186,8 @@ extern int compute_preds_succs PROTO ((int_list_ptr *, int_list_ptr *,
int *, int *));
extern void dump_bb_data PROTO ((FILE *, int_list_ptr *, int_list_ptr *));
extern void free_bb_mem PROTO ((void));
extern void free_basic_block_vars PROTO ((int));
/* Simple bitmaps.
It's not clear yet whether using bitmap.[ch] will be a win.