]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cfgrtl.c
tree.h (tree_constructor): Remove IS_UNKNOWN_LOCATION.
authorDehao Chen <dehao@google.com>
Thu, 27 Sep 2012 17:06:22 +0000 (17:06 +0000)
committerDehao Chen <dehao@gcc.gnu.org>
Thu, 27 Sep 2012 17:06:22 +0000 (17:06 +0000)
commit2f13f2de1f2a4da8da6015b18479a41d3e67eff2
treefa8cceb475f3f43ac9cb88a16f715c13ffc25604
parent33adc2a3251455613837491b32de4fa5477da62a
tree.h (tree_constructor): Remove IS_UNKNOWN_LOCATION.

2012-09-27  Dehao Chen  <dehao@google.com>

* tree.h (tree_constructor): Remove IS_UNKNOWN_LOCATION.
(extern void protected_set_expr_location): Likewise.
(function_args_iter_next): Likewise.
(inlined_function_outer_scope_p): Likewise.
* input.h (IS_UNKNOWN_LOCATION): Likewise.
* fold-const.c (expr_location_or): Likewise.
* lto-cgraph.c (output_node_opt_summary): Likewise.
* dwarf2out.c (add_src_coords_attributes): Likewise.
* tree-eh.c (lower_try_finally_dup_block): Likewise.
* profile.c (branch_prob):
* cfgexpand.c (expand_gimple_cond): Likewise.
(expand_gimple_basic_block): Likewise.
(construct_exit_block): Likewise.
(gimple_expand_cfg): Likewise.
* cfgcleanup.c (try_forward_edges): Likewise.
* tree-ssa-live.c (remove_unused_scope_block_p): Likewise.
(dump_scope_block): Likewise.
* ipa-prop.c (ipa_write_jump_function): Likewise.
* rtl.h (extern void rtl_check_failed_flag): Likewise.
* gimple.h (gimple_set_location): Likewise.
(gimple_has_location): Likewise.
* cfgrtl.c (unique_locus_on_edge_between_p): Likewise.
(force_nonfallthru_and_redirect): Likewise.
(fixup_reorder_chain): Likewise.
(cfg_layout_merge_blocks): Likewise.

From-SVN: r191810
15 files changed:
gcc/ChangeLog
gcc/cfgcleanup.c
gcc/cfgexpand.c
gcc/cfgrtl.c
gcc/dwarf2out.c
gcc/fold-const.c
gcc/gimple.h
gcc/input.h
gcc/ipa-prop.c
gcc/lto-cgraph.c
gcc/profile.c
gcc/rtl.h
gcc/tree-eh.c
gcc/tree-ssa-live.c
gcc/tree.h