Sign in
gnu
/
gcc
/
93ac832f1846e4867aa6537f76f510fab8e3e87d
/
.
/
gcc
/
testsuite
/
gcc.dg
/
pr63743.c
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" } } */