aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2008-09-11 14:31:40 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2008-09-11 12:31:40 +0000
commit825b2fe7a8e44594639db3d40253bd41380e05dc (patch)
tree296c5e6ccfe4c678c2b699ec0b3231ebade31b29 /gcc/rtl.h
parent11e0edad1f0ad67099daee3275ae095107352f9a (diff)
downloadgcc-825b2fe7a8e44594639db3d40253bd41380e05dc.zip
gcc-825b2fe7a8e44594639db3d40253bd41380e05dc.tar.gz
gcc-825b2fe7a8e44594639db3d40253bd41380e05dc.tar.bz2
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
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 5d2e793..fd855e9 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);