]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/gimplefe-18.c
Make-lang.in (C_AND_OBJC_OBJS): Add gimple-parser.o.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / gimplefe-18.c
1 /* { dg-do compile } */
2 /* { dg-options "-fgimple" } */
3
4 int
5 __GIMPLE () *
6 foo ()
7 {
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;
17
18 bb2:
19 b_2 = (int *)0;
20
21 bb3:
22 b_4 = __PHI (bb1: &j, bb2: b_2);
23 return b_4;
24 }