]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/gimplefe-39.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / gimplefe-39.c
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fgimple -fdump-tree-optimized" } */
3
4 int a, b;
5
6 int __GIMPLE (ssa,guessed_local(1073741824))
7 main (int argc)
8 {
9 int _1;
10 int _2;
11 int _4;
12
13 __BB(2,guessed_local(1073741824)):
14 _1 = a;
15 _2 = b;
16 _4 = __MAX (_1, _2);
17 return _4;
18
19 }
20
21 /* { dg-final { scan-tree-dump "MAX_EXPR" "optimized" } } */