]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/instrument-3.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / instrument-3.c
CommitLineData
8d5a7d1f
ILT
1/* { dg-do compile } */
2/* { dg-options "-finstrument-functions -finstrument-functions-exclude-file-list=instrument-3" } */
3
4void fn () { }
5
6/* { dg-final { scan-assembler-not "__cyg_profile_func_enter" } } */
7/* { dg-final { scan-assembler-not "__cyg_profile_func_exit" } } */