Pass name cleanups
[official-gcc.git] / gcc / testsuite / gcc.dg / profile-dir-1.c
blob97763721abc6cc333dc3d715201d8e48e7fa7930
1 /* { dg-do compile } */
2 /* { dg-options "-O -fprofile-generate=. -fdump-ipa-profile" } */
3 /* { dg-final { scan-ipa-dump " ./profile-dir-1.gcda" "profile" } } */
5 int
6 main(void)
8 return 0;
11 /* { dg-final { cleanup-ipa-dump "profile" } } */