summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/gimplefe-39.c
blob: 30677356d5b663d7f6d762874915b225ffcb2521 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* { dg-do compile } */
/* { dg-options "-O2 -fgimple -fdump-tree-optimized" } */

int a, b;

int __GIMPLE (ssa,guessed_local(1073741824))
main (int argc)
{
  int _1;
  int _2;
  int _4;

  __BB(2,guessed_local(1073741824)):
  _1 = a;
  _2 = b;
  _4 = __MAX (_1, _2);
  return _4;

}

/* { dg-final { scan-tree-dump "MAX_EXPR" "optimized" } } */