Reset branch to trunk.
[official-gcc.git] / trunk / gcc / testsuite / gcc.target / mips / no-smartmips-lwxs.c
blobee7f3d54d5d93b685a7d0daddcc4558e955f7359
1 /* { dg-do compile } */
2 /* { dg-options "-O -mno-smartmips" } */
4 NOMIPS16 int scaled_indexed_word_load (int a[], int b)
6 return a[b];
8 /* { dg-final { scan-assembler-not "\tlwxs\t" } } */