2018-11-28 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / gimplefe-30.c
blob6c251061604741008a40e8acf6311cece0a0a2af
1 /* { dg-do compile } */
2 /* { dg-options "-O -fgimple -fdump-tree-optimized" } */
4 unsigned int __GIMPLE() f(int a)
6 unsigned int t0;
7 unsigned int t1;
8 unsigned int t2;
9 t0 = __ABSU a;
10 t1 = __ABSU a;
11 t2 = t0 * t1;
12 return t2;
16 /* { dg-final { scan-tree-dump-times "ABSU" 0 "optimized" } } */