1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-pre-stats" } */
6 __attribute__ ((noinline
))
16 /* We should be able to move the call to a into the if path.
17 in a perfect world, we'd actually decide that it can't touch
18 r, and not recompute it at all!. */
23 /* { dg-final { scan-tree-dump-times "Eliminated: 1" 1 "pre"} } */
24 /* { dg-final { cleanup-tree-dump "pre" } } */