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;
}