1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-profile_estimate" } */
5 test (int p
, int a
, int b
, int c
)
9 d
= __builtin_expect_with_probability (a
, 0, 0.8) * b
;
11 d
= __builtin_expect_with_probability (a
, 0, 0.8) * c
;
15 /* { dg-final { scan-tree-dump-times "first match heuristics: 20.00" 1 "profile_estimate"} } */