1 /* { dg-options "-O2 -fdump-tree-optimized -fdump-tree-tree_profile" } */
10 for (i
= 0; i
< 1000; i
++)
14 for (i
= 0; i
< 1000; i
++)
26 /* { dg-final-use { scan-tree-dump "Mod subtract transformation on insn" "tree_profile"} } */
27 /* This is part of code checking that n is greater than the divisor so we are sure that it
28 didn't get optimized out. */
29 /* { dg-final-use { scan-tree-dump "if \\(n \\>" "optimized"} } */
30 /* { dg-final-use { scan-tree-dump-not "Invalid sum" "optimized"} } */
31 /* { dg-final-use { cleanup-tree-dump "optimized" } } */
32 /* { dg-final-use { cleanup-tree-dump "tree_profile" } } */