blob: 156476311809a2b4527f93e604320947798fe235 [file] [log] [blame]
/* { dg-options "(-mmicromips)" } */
/* { dg-skip-if "code quality test" { *-*-* } { "-O0" } { "" } } */
int MICROMIPS
foo (int *x)
{
return x[5000];
}
/* { dg-final { scan-assembler "\tjr?\t\\\$31\n\tlw\t\\\$2,20000\\(\\\$4\\)" } } */