Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / predcom-7.c
blob683fb9b5d351231e3d085d22512f2c89254f4cd5
1 /* { dg-do run } */
2 /* { dg-options "-O3 -fdump-tree-pcom-details" } */
4 int b, f, d[5][2];
5 unsigned int c;
7 int
8 main ()
10 for (c = 0; c < 2; c++)
11 if (d[b + 3][c] & d[b + 4][c])
12 if (f)
13 break;
14 return 0;
17 /* { dg-final { scan-tree-dump "Executing predictive commoning" "pcom" } } */