Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.target
/
mips
/
no-smartmips-lwxs.c
blob: e94677fe7a3026b226183b19d185c2f88bee2aac [
file
] [
log
] [
blame
]
/* { 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" } } */