1 /* { dg-do compile } */
2 /* { dg-options "-O2 -funswitch-loops -fdump-tree-unswitch-optimized" } */
6 void foo (int a
, int b
, int n
)
8 for (int i
= 0; i
< n
; ++i
)
15 /* { dg-final { scan-tree-dump "unswitching loop . on .if. with condition:" "unswitch" } } */