tree-ssa-dom.c (thread_across_edge): Do not thread jumps if a PHI argument is set...
authorJeff Law <law@redhat.com>
Mon, 13 Dec 2004 20:12:33 +0000 (13:12 -0700)
committerJeff Law <law@gcc.gnu.org>
Mon, 13 Dec 2004 20:12:33 +0000 (13:12 -0700)
commitfe8728354109159d6b79af99eae6e94f2a282027
treef1f33fd9143d420f1272633b80a8e2b2bf0908f0
parent143b6bc3190ea8dfb60bdc611c207d0e15be1cdb
tree-ssa-dom.c (thread_across_edge): Do not thread jumps if a PHI argument is set from a PHI_RESULT in the same...

* tree-ssa-dom.c (thread_across_edge): Do not thread jumps if a
PHI argument is set from a PHI_RESULT in the same block and the
PHI argument is not the same as the PHI result.

Co-Authored-By: Kazu Hirata <kazu@cs.umass.edu>
From-SVN: r92102
gcc/ChangeLog
gcc/tree-ssa-dom.c