summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/gimplefe-30.c
blob: 6c251061604741008a40e8acf6311cece0a0a2af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* { dg-do compile } */
/* { dg-options "-O -fgimple -fdump-tree-optimized" } */

unsigned int __GIMPLE() f(int a)
{
  unsigned int t0;
  unsigned int t1;
  unsigned int t2;
  t0 = __ABSU a;
  t1 = __ABSU a;
  t2 = t0 * t1;
  return t2;
}


/* { dg-final { scan-tree-dump-times "ABSU" 0 "optimized" } } */