* tree-ssa-loop-manip.c (split_loop_exit_edge): Return the new block.
[official-gcc.git] / gcc / testsuite / gcc.dg / pr26570.c
blob999b240e43ba43120e1745bfa52e526d47100910
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fprofile-generate -fprofile-use" } */
4 unsigned test (unsigned a, unsigned b)
6 return a / b;
7 } /* { dg-warning "execution counts estimated" } */