aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/gimplefe-18.c
blob: 18fabbe1e6660f60e9b7b3d90e26cd961259cd9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/* { dg-do compile } */
/* { dg-options "-fgimple" } */

int
__GIMPLE (ssa) *
foo ()
{
  int _1;
  int j;
  int *b;

__BB(2):
  _1 = 1;
  goto __BB3;

__BB(3):
  if (_1)
    goto __BB5;
  else
    goto __BB4;

__BB(4):
  b_2 = (int *)0;
  goto __BB5;

__BB(5):
  b_4 = __PHI (__BB3: &j, __BB4: b_2);
  return b_4;
}