2014-04-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.target / mips / no-smartmips-lwxs.c
blobecf856ea7fa08112f91ced8f15d8fa6d85eacc61
1 /* { dg-do compile } */
2 /* { dg-options "-mno-smartmips" } */
4 NOMIPS16 int scaled_indexed_word_load (int a[], int b)
6 return a[b];
8 /* { dg-final { scan-assembler-not "\tlwxs\t" } } */