1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-profile_estimate" } */
8 void foo (int base
, int bound
)
11 for (i
= base
; i
< bound
; i
++)
13 if (i
> bound
* bound
)
26 /* { dg-final { scan-tree-dump-not "guess loop iv compare heuristics of edge\[^:\]*:" "profile_estimate"} } */