1 /* { dg-options "-O2 -fdump-tree-optimized" } */
10 for (i
= 0; i
< 99; i
++)
11 if (b
[i
] / (b
[i
+1] + 1))
19 for (i
= 0; i
< 99; i
++)
20 if (b
[i
] / (b
[i
+1] + 1))
33 /* cold function should be inlined, while hot function should not.
34 Look for "cold_function () [tail call];" call statement not for the
35 declaration or other apperances of the string in dump. */
36 /* { dg-final-use { scan-tree-dump "cold_function ..;" "optimized"} } */
37 /* { dg-final-use { scan-tree-dump-not "hot_function ..;" "optimized"} } */
38 /* { dg-final-use { cleanup-tree-dump "optimized" } } */