1 /* { dg-do compile } */
2 /* { dg-options "-O1 -funswitch-loops -fdump-tree-unswitch-details -fdump-tree-optimized" } */
11 for (i
= 0; i
< 100; i
++)
20 /* Loop should be unswitched. */
22 /* { dg-final { scan-tree-dump-times "Unswitching loop" 1 "unswitch" } } */
23 /* { dg-final { cleanup-tree-dump "unswitch" } } */
25 /* In effect there should be exactly three conditional jumps in the final program. */
27 /* { dg-final { scan-tree-dump-times "else" 3 "optimized" } } */
28 /* { dg-final { cleanup-tree-dump "optimized" } } */