]> gcc.gnu.org Git - gcc.git/commit
tree-into-ssa.c (def_blocks_p): New typedef.
authorRichard Guenther <rguenther@suse.de>
Fri, 27 Jul 2012 12:31:49 +0000 (12:31 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 27 Jul 2012 12:31:49 +0000 (12:31 +0000)
commitd9ed2fbdde539392474718ac7783202a49836538
treea42176b1039f53ea9418c0c2f3959c0d5a9b622b
parentcf3791ae4c9d51be572563af5d5cf427d232d5df
tree-into-ssa.c (def_blocks_p): New typedef.

2012-07-27  Richard Guenther  <rguenther@suse.de>

* tree-into-ssa.c (def_blocks_p): New typedef.
(insert_phi_nodes_compare_def_blocks): New function.
(insert_phi_nodes): Do not walk over referenced vars, instead
walk over recorded def_blocks, record relevant ones and sort
them to avoid repeated hashtable lookups.

From-SVN: r189912
gcc/ChangeLog
gcc/tree-into-ssa.c
This page took 0.055837 seconds and 5 git commands to generate.