diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-01 08:00:47 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-01 08:00:47 +0000 |
commit | 32a2193a17b2653895e7bd6d15944f4e41fb0b9d (patch) | |
tree | 4334bddc40c1748c1f49a7fa541c7d618176242a /gcc/function.h | |
parent | b553055975ca3366d1c5aba3744b461e513bbee2 (diff) | |
download | gcc-32a2193a17b2653895e7bd6d15944f4e41fb0b9d.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83959 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/function.h b/gcc/function.h index 39dde5335e8..7d8394b5123 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -361,10 +361,6 @@ struct function GTY(()) delay list for them is recorded here. */ rtx epilogue_delay_list; - /* Nonzero if NOTE_INSN_BLOCK_BEG / NOTE_INSN_BLOCK_END notes should not - be emitted. */ - unsigned int dont_emit_block_notes : 1; - /* How commonly executed the function is. Initialized during branch probabilities pass. */ enum function_frequency { |