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

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

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