blob: 809cc99b46dcf89ae9efad1cad833f41d4b5677b [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2 -fprofile-generate -fprofile-use" } */
/* LLVM LOCAL profiling support needed */
/* { dg-require-profiling "" } */
unsigned test (unsigned a, unsigned b)
{
return a / b;
} /* { dg-warning "execution counts estimated" } */