1 /* With tree-ssa, gcc.dg/20000724-1.c failed because we missed
2 a VOP of x in the asm statement. */
3 /* { dg-do compile } */
4 /* { dg-options "-O1 -fdump-tree-alias-vops" } */
12 asm volatile ("" : : "r" (&x
) : "memory");
16 /* The VDEF comes from the initial assignment, the asm, and the clobber. */
17 /* { dg-final { scan-tree-dump-times "DEF" 3 "alias" } } */
18 /* { dg-final { cleanup-tree-dump "alias" } } */