2014-04-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.target / mips / 20020620-1.c
blobf3bed59634caddbcc70356606f55d87c1799eca2
1 /* { dg-do compile } */
2 /* { dg-options "-mlong64" } */
3 /* { dg-skip-if "code quality test" { *-*-* } { "-O0" } { "" } } */
4 int foo (int *x, int i)
6 return x[i] + i;
8 /* { dg-final { scan-assembler-not "\tmove" } } */