function.h (struct function): Remove dont_emit_block_notes.
authorRichard Henderson <rth@redhat.com>
Thu, 1 Jul 2004 08:00:47 +0000 (01:00 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 1 Jul 2004 08:00:47 +0000 (01:00 -0700)
commit1ea463a273df44816d63c3f96292341668a88ef0
tree4334bddc40c1748c1f49a7fa541c7d618176242a
parentc9b9aa64e97f8ad913c0bfb7897ac187b082d40c
function.h (struct function): Remove dont_emit_block_notes.

        * function.h (struct function): Remove dont_emit_block_notes.
        * gimple-low.c (lower_function_body): Don't set it.
        * cfgexpand.c (expand_block): Don't check it.
        * cfglayout.c (insn_locators_initialize): Likewise.
        * expr.c (expand_expr_real, expand_expr_real_1): Likewise.
        * passes.c (rest_of_compilation): Likewise.
        * stmt.c (expand_start_bindings_and_block): Likewise.
        (expand_end_bindings): Likewise.

From-SVN: r83959
gcc/ChangeLog
gcc/cfgexpand.c
gcc/cfglayout.c
gcc/expr.c
gcc/function.h
gcc/gimple-low.c
gcc/passes.c
gcc/stmt.c