]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/gimplefe-46.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / gimplefe-46.c
1 /* { dg-do compile } */
2 /* { dg-options "-fgimple" } */
3
4 char global[10];
5
6 void bar (void);
7
8 void __GIMPLE (ssa)
9 foo (char * p)
10 {
11 __BB(2):
12 if (p_2(D) == _Literal (char *)&global[2])
13 goto __BB3;
14 else
15 goto __BB4;
16
17 __BB(3):
18 bar ();
19 goto __BB4;
20
21 __BB(4):
22 return;
23 }