From 232f749bbc7017ae00943a6ba87ef151276dff3e Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Wed, 7 Mar 2001 10:44:17 -0800 Subject: lists.c (init_EXPR_INSN_LIST_cache): Don't check initialized. * lists.c (init_EXPR_INSN_LIST_cache): Don't check initialized. * toplev.c (rest_of_compilation): Call init_EXPR_INSN_LIST_cache ... (compile_file): ... here. From-SVN: r40296 --- gcc/toplev.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gcc/toplev.c') diff --git a/gcc/toplev.c b/gcc/toplev.c index dd1321c..680820c 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -2171,6 +2171,7 @@ compile_file (name) init_function_once (); init_stor_layout_once (); init_varasm_once (); + init_EXPR_INSN_LIST_cache (); /* The following initialization functions need to generate rtl, so provide a dummy function context for them. */ @@ -2861,8 +2862,6 @@ rest_of_compilation (decl) goto exit_rest_of_compilation; } - init_EXPR_INSN_LIST_cache (); - ggc_collect (); /* Initialize some variables used by the optimizers. */ -- cgit v1.1