Rename free_bb_memory to free_bb_mem

From-SVN: r25805
This commit is contained in:
Nick Clifton 1999-03-16 15:49:28 +00:00 committed by Nick Clifton
parent 3ca0a5247e
commit 774018b986
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Tue Mar 16 15:30:19 1999 Nick Clifton <nickc@cygnus.com>
* rtl.h: Rename prototype for free_bb_memory to free_bb_mem.
Tue Mar 16 23:40:09 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
* sh.md (movsi_i): Move t/r alternative after r/rI alternative.

View File

@ -1441,7 +1441,7 @@ extern void recompute_reg_usage PROTO ((rtx, int));
#ifdef BUFSIZ
extern void dump_flow_info PROTO ((FILE *));
#endif
extern void free_bb_memory PROTO ((void));
extern void free_bb_mem PROTO ((void));
/* In expmed.c */
extern void init_expmed PROTO ((void));