* gcc.dg/tree-ssa/20031015-1.c: Expect one V_MUST_DEF.

From-SVN: r99949
This commit is contained in:
Richard Henderson 2005-05-18 21:13:38 -07:00 committed by Richard Henderson
parent 0d2bf6f039
commit eb384679ab
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2005-05-18 Richard Henderson <rth@redhat.com>
* gcc.dg/tree-ssa/20031015-1.c: Expect one V_MUST_DEF.
2005-05-18 Devang Patel <dpatel@apple.com>
* g++.dg/opt/20050511-1.C: New test.

View file

@ -13,5 +13,8 @@ main(void)
return 0;
}
/* { dg-final { scan-tree-dump-times "V_MAY_DEF" 2 "alias1" } } */
/* The V_MUST_DEF comes from the initial assignment; the V_MAY_DEF
comes from the asm. */
/* { dg-final { scan-tree-dump-times "V_MUST_DEF" 1 "alias1" } } */
/* { dg-final { scan-tree-dump-times "V_MAY_DEF" 1 "alias1" } } */
/* { dg-final { cleanup-tree-dump "alias1" } } */