blob: e94677fe7a3026b226183b19d185c2f88bee2aac [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-mno-smartmips" } */
NOCOMPRESSION int scaled_indexed_word_load (int a[], int b)
{
return a[b];
}
/* { dg-final { scan-assembler-not "\tlwxs\t" } } */