blob: ba492b9fe8132b2ea6e1506fd5fc968afa73d987 [file] [log] [blame]
/* { 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" } } */