1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-pre-stats" } */
4 int foo(type
*a
, int argc
)
9 /* Should be able to eliminate the second load of *a along the main path. */
18 /* { dg-final { scan-tree-dump-times "Eliminated: 1" 1 "pre"} } */
19 /* { dg-final { cleanup-tree-dump "pre" } } */