diff options
Diffstat (limited to 'gcc/testsuite/gcc.target/mips/smartmips-ror-1.c')
-rw-r--r-- | gcc/testsuite/gcc.target/mips/smartmips-ror-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.target/mips/smartmips-ror-1.c b/gcc/testsuite/gcc.target/mips/smartmips-ror-1.c index e9735b20a52..6300f8f03fd 100644 --- a/gcc/testsuite/gcc.target/mips/smartmips-ror-1.c +++ b/gcc/testsuite/gcc.target/mips/smartmips-ror-1.c @@ -1,5 +1,5 @@ /* { dg-do compile } */ -/* { dg-options "-O -msmartmips" } */ +/* { dg-options "-msmartmips" } */ NOMIPS16 int rotate_left (unsigned a, unsigned s) { |