PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / arm / pr42575.c
blob1998e323df17379aad9f25452da57fea9f22787e
1 /* { dg-options "-O2" } */
2 /* Make sure RA does good job allocating registers and avoids
3 unnecessary moves. */
4 /* { dg-final { scan-assembler-not "mov" } } */
6 long long longfunc(long long x, long long y)
8 return x * y;