]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.dg/tree-ssa/20030728-1.c: Update to account for recent
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 Mar 2005 17:10:40 +0000 (17:10 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 Mar 2005 17:10:40 +0000 (17:10 +0000)
        PHI-OPT changes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96115 138bc75d-0d04-0410-961f-82ee72b054a4

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"} } */