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