20030728-1.c: Update to account for recent PHI-OPT changes.
authorJeff Law <law@redhat.com>
Tue, 8 Mar 2005 17:10:40 +0000 (10:10 -0700)
committerJeff Law <law@gcc.gnu.org>
Tue, 8 Mar 2005 17:10:40 +0000 (10:10 -0700)
        * gcc.dg/tree-ssa/20030728-1.c: Update to account for recent
        PHI-OPT changes.

From-SVN: r96115

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/20030728-1.c

index 5ad5eedbef79a87b969a75689b86bc78c0e91a12..c026c12abc7ce211640d24edbf91b78031601658 100644 (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.
index 04d5a51aca61f3a76aca4bd734f41ef1f8331a91..1409cc26d2f5ed4d85b446e4ca879e9f8e1b8bff 100644 (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"} } */