rt_gccstream/gcc/testsuite/gcc.target/mips/no-smartmips-lwxs.c

9 lines
193 B
C

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