modula2: M2MetaError.{def,mod} and P2SymBuild.mod further cleanup
[official-gcc.git] / gcc / testsuite / gcc.dg / gimplefe-39.c
blob30677356d5b663d7f6d762874915b225ffcb2521
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fgimple -fdump-tree-optimized" } */
4 int a, b;
6 int __GIMPLE (ssa,guessed_local(1073741824))
7 main (int argc)
9 int _1;
10 int _2;
11 int _4;
13 __BB(2,guessed_local(1073741824)):
14 _1 = a;
15 _2 = b;
16 _4 = __MAX (_1, _2);
17 return _4;
21 /* { dg-final { scan-tree-dump "MAX_EXPR" "optimized" } } */