PR testsuite/52641
[official-gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / alias-21.c
blob4175588121ed8e2452e1503e299dbdb9459ef75b
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-optimized" } */
5 int f(int *r)
7 r[0] = 0;
8 r[1] = 1;
9 return r[0];
13 /* { dg-final { scan-tree-dump-times "return 0;" 1 "optimized" } } */
14 /* { dg-final { cleanup-tree-dump "optimized" } } */