Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.target / mips / umips-branch-2.c
blob156476311809a2b4527f93e604320947798fe235
1 /* { dg-options "(-mmicromips)" } */
2 /* { dg-skip-if "code quality test" { *-*-* } { "-O0" } { "" } } */
4 int MICROMIPS
5 foo (int *x)
7 return x[5000];
10 /* { dg-final { scan-assembler "\tjr?\t\\\$31\n\tlw\t\\\$2,20000\\(\\\$4\\)" } } */