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