]> gcc.gnu.org Git - gcc.git/commit
re PR middle-end/28071 (A file that can not be compiled in reasonable time/space)
authorZdenek Dvorak <dvorakz@suse.cz>
Wed, 16 Aug 2006 21:25:39 +0000 (23:25 +0200)
committerZdenek Dvorak <rakdver@gcc.gnu.org>
Wed, 16 Aug 2006 21:25:39 +0000 (21:25 +0000)
commitf074ff6cc07a8b34a63c2c469d38130aceb87408
tree6f3474092c924d2afcf2cb8918768de6c4b76758
parentb43a2366d696649472d8615dec3765fecc54477a
re PR middle-end/28071 (A file that can not be compiled in reasonable time/space)

PR rtl-optimization/28071
* basic-block.h (bb_dom_dfs_in, bb_dom_dfs_out): Declare.
* dominance.c (bb_dom_dfs_in, bb_dom_dfs_out): New functions.
* tree-into-ssa.c (struct dom_dfsnum): New.
(cmp_dfsnum, find_dfsnum_interval, prune_unused_phi_nodes): New
functions.
(insert_phi_nodes_for): Use prune_unused_phi_nodes instead of
compute_global_livein.
(prepare_block_for_update, prepare_use_sites_for): Mark the uses
in phi nodes in the correct blocks.

From-SVN: r116190
gcc/ChangeLog
gcc/basic-block.h
gcc/dominance.c
gcc/tree-into-ssa.c
This page took 0.057662 seconds and 5 git commands to generate.