1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-vrp1-stats -fdump-tree-dom2-stats" } */
8 /* Avoid threading in the following case, to prevent creating subloops. */
10 void dont_thread_2 (int first
)
29 /* Peeling off the first iteration would make threading through
30 the loop latch safe, but we don't do that currently. */
31 /* { dg-final { scan-tree-dump-not "Jumps threaded" "vrp1"} } */
32 /* { dg-final { scan-tree-dump-not "Jumps threaded" "dom2"} } */