OSDN Git Service

* tree-loop-linear.c (try_interchange_loops): Compare memory access
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / instrument-3.c
1 /* { dg-do compile } */
2 /* { dg-options "-finstrument-functions -finstrument-functions-exclude-file-list=instrument-3" } */
3
4 void fn () { }
5
6 /* { dg-final { scan-assembler-not "__cyg_profile_func_enter" } } */
7 /* { dg-final { scan-assembler-not "__cyg_profile_func_exit" } } */