1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-pre-stats" } */
12 /* We should eliminate the x+1 computation from this routine, replacing
13 it with a phi of 3, 4 */
14 /* { dg-final { scan-tree-dump-times "Eliminated: 1" 1 "pre"} } */
15 /* { dg-final { cleanup-tree-dump "pre" } } */