diff options
Diffstat (limited to 'gcc/cfgexpand.c')
-rw-r--r-- | gcc/cfgexpand.c | 3 |
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. */ |