diff options
Diffstat (limited to 'gcc/lists.c')
-rw-r--r-- | gcc/lists.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/lists.c b/gcc/lists.c index e0cb419e68e..90b67966b15 100644 --- a/gcc/lists.c +++ b/gcc/lists.c @@ -24,6 +24,9 @@ Boston, MA 02111-1307, USA. */ #include "rtl.h" #include "ggc.h" +static void free_list PARAMS ((rtx *, rtx *)); +static void zap_lists PARAMS ((void *)); + /* Functions for maintaining cache-able lists of EXPR_LIST and INSN_LISTs. */ /* An INSN_LIST containing all INSN_LISTs allocated but currently unused. */ |