Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gcc.target
/
arm
/
pr42575.c
blob: 1998e323df17379aad9f25452da57fea9f22787e [
file
] [
log
] [
blame
]
/* { dg-options "-O2" } */
/* Make sure RA does good job allocating registers and avoids
unnecessary moves. */
/* { dg-final { scan-assembler-not "mov" } } */
long
long
longfunc
(
long
long
x
,
long
long
y
)
{
return
x
*
y
;
}