1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fno-tree-loop-im -fdump-tree-pre-stats" } */
4 int main(type
*a
, int argc
)
9 /* Should be able to hoist this out of the loop. */
10 for (i
= 0; i
< argc
; i
++)
17 /* { dg-final { scan-tree-dump-times "Eliminated: 1" 1 "pre"} } */