blob: 3a1697e6c76dcfac2d88c332f384875a22854f2e [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-pre-stats" } */
int foo (int i, int b)
{
int j = 1;
if (b)
j = i;
return j - i;
}
/* { dg-final { scan-tree-dump "Eliminated: 1" "pre" } } */
/* { dg-final { cleanup-tree-dump "pre" } } */