Fix gamess: the only constant phi nodes with one argument are is_gimple_min_invariant...
authorSebastian Pop <sebastian.pop@amd.com>
Wed, 11 Aug 2010 20:31:14 +0000 (20:31 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Wed, 11 Aug 2010 20:31:14 +0000 (20:31 +0000)
commit974335d63c6dc5bf22ac801edccc576f1bb2d7a2
tree43664490bc5dd648d577f5219a8e317c29bc778f
parentaa91c4cc4d66126c9f0cc5ddcc989764fc35b8ad
Fix gamess: the only constant phi nodes with one argument are is_gimple_min_invariant and SSA_NAME_IS_DEFAULT_DEF.

2010-07-28  Sebastian Pop  <sebastian.pop@amd.com>

* graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): The only
constant phi nodes with one argument are is_gimple_min_invariant
and SSA_NAME_IS_DEFAULT_DEF.

* gfortran.dg/graphite/id-22.f: New.

From-SVN: r163168
gcc/ChangeLog
gcc/ChangeLog.graphite
gcc/graphite-sese-to-poly.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/graphite/id-22.f [new file with mode: 0644]