1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-pre-stats" } */
8 for (int j
= 0; j
< 1024; ++j
)
10 for (int i
= 0; i
< 1024; ++i
)
16 /* We should not hoist/PRE the outer loop IV increment or the load
17 from c across the inner loop. */
19 /* { dg-final { scan-tree-dump-not "HOIST inserted" "pre" } } */