blob: 71c16f20744d789b7417e931695b16b5c5980503 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2 -fprofile-generate -fprofile-use -fopt-info" } */
unsigned test (unsigned a, unsigned b)
{
return a / b;
} /* { dg-message "note: \[^\n\]*execution counts estimated" } */