summaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2008-09-11 12:31:40 +0000
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2008-09-11 12:31:40 +0000
commit8b3949ab707ec35a8cb67488d1277297ade57d5d (patch)
tree296c5e6ccfe4c678c2b699ec0b3231ebade31b29 /gcc/rtl.h
parent1046ee052f6c540dffa07341eef3bcf6debd27f8 (diff)
downloadgcc-8b3949ab707ec35a8cb67488d1277297ade57d5d.tar.gz
* function.c (free_after_compilation): Call insn_locators_free.
* cfglayout.c (insn_locators_free): New function. * rtl.h (insn_locators_free): Declare. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140279 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 5d2e793e2dc..fd855e9c650 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -2357,6 +2357,7 @@ extern const struct rtl_hooks general_rtl_hooks;
#define gen_lowpart rtl_hooks.gen_lowpart
extern void insn_locators_alloc (void);
+extern void insn_locators_free (void);
extern void insn_locators_finalize (void);
extern void set_curr_insn_source_location (location_t);
extern void set_curr_insn_block (tree);