summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/arm/pr42575.c
blob: 474bf6cf60bc0618a2cf0ad8084aa289634ffa73 (plain)
1
2
3
4
5
6
7
8
9
/* { dg-options "-O2 -march=armv7-a" }  */
/* 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;
}