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