summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr63743.c
blob: ba492b9fe8132b2ea6e1506fd5fc968afa73d987 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-rtl-expand-details" } */

double
libcall_dep (double x, double y)
{
  double tem = x + y;
  return x * tem;
}

/* { dg-final { scan-rtl-dump-times "Swap operands" 1 "expand" } } */