ubuntu-buildroot/output/build/host-gcc-initial-11.4.0/gcc/testsuite/gcc.target/mips/no-smartmips-lwxs.c

9 lines
195 B
C

/* { 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" } } */