blob: e7ae87ccc7a88b44094ecac42076c6346005b20d [file] [log] [blame]
/* { dg-do run } */
/* { dg-options "-O3 -fdump-tree-pcom-details" } */
int b, f, d[5][2];
unsigned int c;
int
main ()
{
for (c = 0; c < 2; c++)
if (d[b + 3][c] & d[b + 4][c])
if (f)
break;
return 0;
}
/* { dg-final { scan-tree-dump "Executing predictive commoning" "pcom" } } */
/* { dg-final { cleanup-tree-dump "pcom" } } */