Commit eb384679 by Richard Henderson Committed by Richard Henderson

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

From-SVN: r99949
parent 0d2bf6f0
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> 2005-05-18 Devang Patel <dpatel@apple.com>
* g++.dg/opt/20050511-1.C: New test. * g++.dg/opt/20050511-1.C: New test.
......
...@@ -13,5 +13,8 @@ main(void) ...@@ -13,5 +13,8 @@ main(void)
return 0; 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" } } */ /* { dg-final { cleanup-tree-dump "alias1" } } */
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