From 825b2fe7a8e44594639db3d40253bd41380e05dc Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Thu, 11 Sep 2008 14:31:40 +0200 Subject: function.c (free_after_compilation): Call insn_locators_free. * function.c (free_after_compilation): Call insn_locators_free. * cfglayout.c (insn_locators_free): New function. * rtl.h (insn_locators_free): Declare. From-SVN: r140279 --- gcc/function.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/function.c') diff --git a/gcc/function.c b/gcc/function.c index 7cff900..412e6fa 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -286,6 +286,7 @@ free_after_compilation (struct function *f) f->cfg = NULL; regno_reg_rtx = NULL; + insn_locators_free (); } /* Return size needed for stack frame based on slots so far allocated. -- cgit v1.1