blob: ae18003004e0ea027e46d9bd6d9d542b8780a0f3 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-profile_estimate" } */
int g;
int foo();
void test() {
while (foo() || g < 10)
g++;
return;
}
/* { dg-final { scan-tree-dump-times "loop exit heuristics:" 2 "profile_estimate"} } */