summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/mips/20020620-1.c
blob: 1f2affe48fc880b22f197092ce4c01c4607a0c9d (plain)
1
2
3
4
5
6
7
/* { dg-do compile } */
/* { dg-options "-O2 -mlong64" } */
int foo (int *x, int i)
{
  return x[i] + i;
}
/* { dg-final { scan-assembler-not "move" } } */