mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 00:01:25 +08:00
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:
parent
b1e11d1e30
commit
61eef20fd4
@ -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.
|
||||
|
@ -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"} } */
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user