Commit 9b09c842 by Ulrich Weigand Committed by Ulrich Weigand

passes.c (rest_of_handle_old_regalloc): Delete unreachable blocks if local_alloc modified jumps.

	* passes.c (rest_of_handle_old_regalloc): Delete unreachable blocks
	if local_alloc modified jumps.

From-SVN: r91516
parent 0050e862
2004-11-30 Ulrich Weigand <uweigand@de.ibm.com>
* passes.c (rest_of_handle_old_regalloc): Delete unreachable blocks
if local_alloc modified jumps.
2004-11-30 Alan Modra <amodra@bigpond.net.au> 2004-11-30 Alan Modra <amodra@bigpond.net.au>
* varasm.c (default_encode_section_info): Don't set SYMBOL_FLAG_SMALL * varasm.c (default_encode_section_info): Don't set SYMBOL_FLAG_SMALL
......
...@@ -502,6 +502,7 @@ rest_of_handle_old_regalloc (void) ...@@ -502,6 +502,7 @@ rest_of_handle_old_regalloc (void)
rebuild_jump_labels (get_insns ()); rebuild_jump_labels (get_insns ());
purge_all_dead_edges (0); purge_all_dead_edges (0);
delete_unreachable_blocks ();
timevar_pop (TV_JUMP); timevar_pop (TV_JUMP);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment