summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/gimplefe-27.c
blob: 604a2cc2fcc704e17aa2badbe928cdac1737447c (plain)
1
2
3
4
5
6
7
8
9
/* { dg-options "-O -fgimple" } */

int __GIMPLE ()
p (int n)
{
  int _2;
  _2 = n_1(D) != 0 ? 2 : 0;
  return _2;
}