blob: 89cf16c80a590da258de34ae3d72c7355d56cea3 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2 -fprofile-generate -fprofile-use -fopt-info-missed-ipa -Wno-missing-profile" } */
/* { dg-require-profiling "-fprofile-generate" } */
unsigned test (unsigned a, unsigned b)
{
return a / b;
} /* { dg-missed "\[^\n\]*execution counts estimated" } */
/* { dg-prune-output "function body not available" } */
/* Ignore inlinable warning on AIX. */
/* { dg-prune-output "function not inlinable" } */