rt_gccstream/gcc/testsuite/gcc.target/mips/20020620-1.c

8 lines
156 B
C

/* { dg-do compile } */
/* { dg-options "-O2 -mlong64" } */
int foo (int *x, int i)
{
return x[i] + i;
}
/* { dg-final { scan-assembler-not "move" } } */