]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/pr55153.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr55153.c
CommitLineData
0e80383f
VM
1/* PR tree-optimization/55153 */
2/* { dg-do compile } */
3/* { dg-options "-O -fsched2-use-superblocks -fschedule-insns2" } */
2f4e77e8 4/* { dg-require-effective-target scheduling } */
0e80383f
VM
5
6extern int a[];
7
8void
9foo (void)
10{
11 __builtin_prefetch (a, 0, 0);
12}