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