aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgexpand.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2004-07-01 01:00:47 -0700
committerRichard Henderson <rth@gcc.gnu.org>2004-07-01 01:00:47 -0700
commit1ea463a273df44816d63c3f96292341668a88ef0 (patch)
tree4334bddc40c1748c1f49a7fa541c7d618176242a /gcc/cfgexpand.c
parentc9b9aa64e97f8ad913c0bfb7897ac187b082d40c (diff)
downloadgcc-1ea463a273df44816d63c3f96292341668a88ef0.zip
gcc-1ea463a273df44816d63c3f96292341668a88ef0.tar.gz
gcc-1ea463a273df44816d63c3f96292341668a88ef0.tar.bz2
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
Diffstat (limited to 'gcc/cfgexpand.c')
-rw-r--r--gcc/cfgexpand.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/cfgexpand.c b/gcc/cfgexpand.c
index c650576..4227b98 100644
--- a/gcc/cfgexpand.c
+++ b/gcc/cfgexpand.c
@@ -119,8 +119,7 @@ expand_block (basic_block bb, FILE * dump_file)
if (EXPR_LOCUS (stmt))
{
emit_line_note (*(EXPR_LOCUS (stmt)));
- if (cfun->dont_emit_block_notes)
- record_block_change (TREE_BLOCK (stmt));
+ record_block_change (TREE_BLOCK (stmt));
}
/* These flags have no purpose in RTL land. */