1  /* { dg-do compile } */
       2  /* { dg-options "-mno-smartmips" } */
       3  
       4  NOCOMPRESSION int scaled_indexed_word_load (int a[], int b)
       5  {
       6    return a[b];
       7  }
       8  /* { dg-final { scan-assembler-not "\tlwxs\t" } } */