1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-lim2-details" } */
4 /* Test that `count' is not hoisted out of loop when bb is cold. */
19 for (int i
= 0; i
< m
; i
++)
20 if (__builtin_expect (x
, 0))
25 /* { dg-final { scan-tree-dump-not "Executing store motion of" "lim2" } } */