Commit 52becdc0 by Jeffrey A Law Committed by Jeff Law

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

From-SVN: r18438
parent 2fa1eead
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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment