Fixed remove_critical_cf_edges():
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 26 Sep 2006 11:29:13 +0000 (11:29 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 26 Sep 2006 11:29:13 +0000 (11:29 +0000)
 - use irg_block_walk_graph() to speed up
 - build block only at critical edges: curretn block has more than 1 predecessor
  and the predecessor is a forking op
 - ignore ALL exception edges

[r8294]


No differences found