Commit 61eef20f by Jeff Law Committed by Jeff Law

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
parent b1e11d1e
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.
......
......@@ -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"} } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment