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