PR tree-optimization/84740
[official-gcc.git] / gcc / testsuite / gcc.dg / gimplefe-18.c
blobba918b2bc0492d815fe58c856cb9ed160d4886e0
1 /* { dg-do compile } */
2 /* { dg-options "-fgimple" } */
4 int
5 __GIMPLE () *
6 foo ()
8 int _1;
9 int j;
10 int *b;
11 _1 = 1;
12 bb1:
13 if (_1)
14 goto bb3;
15 else
16 goto bb2;
18 bb2:
19 b_2 = (int *)0;
21 bb3:
22 b_4 = __PHI (bb1: &j, bb2: b_2);
23 return b_4;