blob: 6c251061604741008a40e8acf6311cece0a0a2af [file] [log] [blame]
/* { 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" } } */