1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-pre-stats" } */
3 int main(int **a
,int argc
)
16 /* Should be able to eliminate one of the *(*a)'s along the if path
17 by pushing it into the else path. We will also eliminate
23 /* { dg-final { scan-tree-dump-times "Eliminated: 2" 1 "pre"} } */
24 /* { dg-final { cleanup-tree-dump "pre" } } */