re PR tree-optimization/15991 (phi nodes with identical arguments still remain at...
authorZdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
Thu, 17 Jun 2004 17:47:47 +0000 (19:47 +0200)
committerZdenek Dvorak <rakdver@gcc.gnu.org>
Thu, 17 Jun 2004 17:47:47 +0000 (17:47 +0000)
commitd7621d3c741403a604eab08b66658d71f3452e8d
tree4fcf2b4a4a942255116e20d36035b7def3cb2457
parentf2b5cf977e5f5cce0434b890cc184872bcf1d5bc
re PR tree-optimization/15991 (phi nodes with identical arguments still remain at t50.tailc)

PR tree-optimization/15991
* tree-cfg.c (tree_block_label): Export.
* tree-flow-inline.h (bsi_after_labels): New function.
* tree-flow.h (bsi_after_labels, tree_block_label): Declare.
* tree-ssa.c (propagate_into_addr): New function.
(replace_immediate_uses): Handle propagation of pointer constants.
(raise_value): Do not restrict propagation of pointer constants.
* tree-ssanames.c (duplicate_ssa_name): New function.
* tree.h (duplicate_ssa_name): Declare.

From-SVN: r83297
gcc/ChangeLog
gcc/tree-cfg.c
gcc/tree-flow-inline.h
gcc/tree-flow.h
gcc/tree-ssa.c
gcc/tree-ssanames.c
gcc/tree.h