20030728-1.c: Update to account for recent PHI-OPT changes.

* gcc.dg/tree-ssa/20030728-1.c: Update to account for recent
        PHI-OPT changes.

From-SVN: r96115
This commit is contained in:
Jeff Law 2005-03-08 10:10:40 -07:00 committed by Jeff Law
parent b1e11d1e30
commit 61eef20fd4
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2005-03-08 Jeff Law <law@redhat.com>
* gcc.dg/tree-ssa/20030728-1.c: Update to account for recent
PHI-OPT changes.
2005-03-08 Ira Rosen <irar@il.ibm.com>
* gcc.dg/vect/pr20122.c: New test.

View File

@ -41,7 +41,7 @@ objects_must_conflict_p (t1, t2)
return foo (t2 ? get_alias_set (t2) : 0);
}
/* There should be three assignments of variables to the value zero. */
/* { dg-final { scan-tree-dump-times " = 0" 3 "optimized"} } */
/* There should be two assignments of variables to the value zero. */
/* { dg-final { scan-tree-dump-times " = 0" 2 "optimized"} } */