aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/mips/20020620-1.c
blob: f3bed59634caddbcc70356606f55d87c1799eca2 (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile } */
/* { dg-options "-mlong64" } */
/* { dg-skip-if "code quality test" { *-*-* } { "-O0" } { "" } } */
int foo (int *x, int i)
{
  return x[i] + i;
}
/* { dg-final { scan-assembler-not "\tmove" } } */