mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-10 16:00:55 +08:00
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
This commit is contained in:
parent
0050e8620a
commit
9b09c842b5
@ -1,3 +1,8 @@
|
||||
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>
|
||||
|
||||
* varasm.c (default_encode_section_info): Don't set SYMBOL_FLAG_SMALL
|
||||
|
@ -502,6 +502,7 @@ rest_of_handle_old_regalloc (void)
|
||||
|
||||
rebuild_jump_labels (get_insns ());
|
||||
purge_all_dead_edges (0);
|
||||
delete_unreachable_blocks ();
|
||||
|
||||
timevar_pop (TV_JUMP);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user