mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-15 12:21:20 +08:00
* basic-block.h (free_basic_block_vargs): Provide prototype.
From-SVN: r18438
This commit is contained in:
parent
2fa1eead94
commit
52becdc035
@ -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>
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user