]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/dominance.c
cfgrtl.c (commit_one_edge_insertion): Remove set but not used local variable bb_note.
authorDavid Binderman <dcb314@hotmail.com>
Tue, 24 Nov 2009 12:59:00 +0000 (12:59 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Tue, 24 Nov 2009 12:59:00 +0000 (12:59 +0000)
commit2d8882865f812124cce403d0a28d372dd6d712b2
treec4c734414946f093503d760e00bd8bb69ef8e901
parent44018bc325fd70bba94cbfa4f8fa4b51c56ea0b6
cfgrtl.c (commit_one_edge_insertion): Remove set but not used local variable bb_note.

2009-11-24  David Binderman <dcb314@hotmail.com>

* cfgrtl.c (commit_one_edge_insertion): Remove set but not used
local variable bb_note.
        * dominance.c (get_dominated_by): Likewise local var n.
        (output_file_names): Likewise local var idx.
        (add_location_or_const_value_attribute): Likewise local var status.
        * dwarf2out.c (gen_variable_die): Likewise local var field.
        * emit-rtl.c (no_line_numbers): Remove.
(init_emit_once): Remove line_numbers parameter.
        * rtl.h (init_emit_once): Adjust prototype.
        * toplev.c (backend_init): Adjust init_emit_once call.

From-SVN: r154496
gcc/ChangeLog
gcc/cfgrtl.c
gcc/dominance.c
gcc/dwarf2out.c
gcc/emit-rtl.c
gcc/rtl.h
gcc/toplev.c