Some fixes for profile test cases for autofdo
[official-gcc.git] / gcc / testsuite / gcc.dg / tree-prof / ic-misattribution-1.c
blob3979b17b1568420e565c8fee4044c51dc1020624
1 /* { dg-options "-O2 -fdump-ipa-profile" } */
2 /* { dg-additional-sources "ic-misattribution-1a.c" } */
4 extern void other_caller (void);
6 void
7 callee (void)
9 return;
12 void
13 caller(void (*func) (void))
15 func ();
18 /* { dg-final-use-not-autofdo { scan-ipa-dump "hist->count 1 hist->all 1" "profile" } } */