diff options
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index 5f2c12b..369ba5c 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -2331,7 +2331,7 @@ rest_of_handle_reorder_blocks (tree decl, rtx insns) but should not be terribly bad. */ if (changed && HAVE_conditional_execution) update_life_info (NULL, UPDATE_LIFE_GLOBAL_RM_NOTES, - PROP_DEATH_NOTES | PROP_REG_INFO); + PROP_DEATH_NOTES); close_dump_file (DFI_bbro, print_rtl_with_bb, insns); } |