diff options
author | Jan Hubicka <jh@suse.cz> | 2008-09-11 14:31:40 +0200 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2008-09-11 12:31:40 +0000 |
commit | 825b2fe7a8e44594639db3d40253bd41380e05dc (patch) | |
tree | 296c5e6ccfe4c678c2b699ec0b3231ebade31b29 /gcc/rtl.h | |
parent | 11e0edad1f0ad67099daee3275ae095107352f9a (diff) | |
download | gcc-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |