PR testsuite/52641
[official-gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / pr49671-2.c
blobba5a9d99cf75ce6517b65f0c582d9d9b58f7fe47
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-optimized" } */
3 int t;
4 static inline int cvmx_atomic_get32(int *ptr)
6 return *(volatile int*)ptr;
8 void f(void)
10 while (!cvmx_atomic_get32(&t))
14 /* { dg-final { scan-tree-dump "\{v\}" "optimized" } } */
15 /* { dg-final { cleanup-tree-dump "optimized" } } */