diff options
author | Jan Hubicka <jh@suse.cz> | 2007-04-24 00:05:57 +0000 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2007-04-24 00:05:57 +0000 |
commit | ec9ac2bc429d48bfd2466d56ddea4244ebfba990 (patch) | |
tree | 19aa53b591348882b9111f4982435cf750d2b3f5 /gcc/tree-pass.h | |
parent | edc5f63bf6f3be7c7288a1692734f08c88cc13b8 (diff) | |
download | gcc-ec9ac2bc429d48bfd2466d56ddea4244ebfba990.zip gcc-ec9ac2bc429d48bfd2466d56ddea4244ebfba990.tar.gz gcc-ec9ac2bc429d48bfd2466d56ddea4244ebfba990.tar.bz2 |
Revert:
2007-04-23 Jan Hubicka <jh@suse.cz>
* function.c (init_function_start): Don't init line number info.
(expand_function_end): Update.
(reset_block_changes, record_block_change, finalize_block_changes,
check_block_change, free_block_changes): Kill.
* function.h (reset_block_changes, record_block_change,
finalize_block_changes, check_block_change, free_block_changes): Remove
prototypes.
(struct function): Remove ib_boundaries_block.
* emit-rtl.c (make_insn_raw, make_jump_insn_raw, make_call_insn_raw):
Use curr_insn_locator to initialize locator.
(emit_line_note): Remove.
* cfgexpand.c (expand_gimple_cond_expr): Update.
(construct_exit_block): Likewise.
(tree_expand_cfg): Initialize/finalize locators.
* expr.c (expand_expr_real): Update.
* cfglayout.c (line_locators_locs, line_locators_lines,
file_locators_locs, file_locators_files): Remove.
(set_block_levels): Move to cfgexpand.c.
(insn_locators_initialize): Remove.
(pass_insn_locators_initialize): Remove.
(locations_locators_locs, locations_locators_vals): New static vars.
(curr_location, last_location, curr_block, last_block, curr_rtl_loc):
Likewise.
(insn_locators_alloc, insn_locators_finalize,
set_curr_insn_source_location, set_curr_insn_block, curr_insn_locator):
New functions.
(locator_location): New.
(locator_line, locator_file): Rewrite.
* rtl.h (emit_line_note): Kill.
(insn_locators_alloc, insn_locators_finalize,
set_curr_insn_source_location, set_curr_insn_block, curr_insn_locator):
Declare.
* tree-inline.c (initialize_cfun): Do not initialize
ib_boundaries_block.
* passes.c (pass_insn_locators_initialize): Remove.
From-SVN: r124094
Diffstat (limited to 'gcc/tree-pass.h')
-rw-r--r-- | gcc/tree-pass.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-pass.h b/gcc/tree-pass.h index cc686bb..1b92f8c 100644 --- a/gcc/tree-pass.h +++ b/gcc/tree-pass.h @@ -329,6 +329,7 @@ extern struct tree_opt_pass pass_fixup_cfg; extern struct tree_opt_pass pass_init_function; extern struct tree_opt_pass pass_jump; +extern struct tree_opt_pass pass_insn_locators_initialize; extern struct tree_opt_pass pass_rtl_eh; extern struct tree_opt_pass pass_initial_value_sets; extern struct tree_opt_pass pass_unshare_all_rtl; |