]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/gimplefe-25.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / gimplefe-25.c
1 /* { dg-do compile } */
2 /* { dg-options "-O -fgimple -fdump-tree-ssa-gimple" } */
3
4 int __GIMPLE() f(int a)
5 {
6 int t0;
7 t0_1 = __ABS a;
8 return t0_1;
9 }
10
11 /* { dg-final { scan-tree-dump "__ABS a" "ssa" } } */