graphite.c (gloog): Don't call find_unreachable_blocks before delte_unreachable_blocks.
* graphite.c (gloog): Don't call find_unreachable_blocks before delte_unreachable_blocks. From-SVN: r140987
This commit is contained in:
parent
7787b4aa9b
commit
88b98d1a0c
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
2008-10-08 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* graphite.c (gloog): Don't call find_unreachable_blocks
|
||||
before delte_unreachable_blocks.
|
||||
|
||||
* cfgexpand.c (expand_gimple_cond): Convert also goto_block and
|
||||
goto_locus of true_edge into RTL locator.
|
||||
|
||||
|
|
|
@ -4162,7 +4162,6 @@ gloog (scop_p scop, struct clast_stmt *stmt)
|
|||
if (new_scop_exit_edge->dest == EXIT_BLOCK_PTR)
|
||||
new_scop_exit_edge->flags = 0;
|
||||
|
||||
find_unreachable_blocks ();
|
||||
delete_unreachable_blocks ();
|
||||
patch_phis_for_virtual_defs ();
|
||||
patch_scop_exit_phi_args (new_scop_exit_edge, phi_args);
|
||||
|
|
Loading…
Add table
Reference in a new issue