aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/mips/no-smartmips-lwxs.c
blob: ecf856ea7fa08112f91ced8f15d8fa6d85eacc61 (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile } */
/* { dg-options "-mno-smartmips" } */

NOMIPS16 int scaled_indexed_word_load (int a[], int b)
{
  return a[b];
}
/* { dg-final { scan-assembler-not "\tlwxs\t" } } */