diff options
-rw-r--r-- | gcc/testsuite/gcc.target/cris/builtin_clz_v3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.target/cris/builtin_clz_v3.c b/gcc/testsuite/gcc.target/cris/builtin_clz_v3.c index aa97cb9f78e..0abaccbc6d0 100644 --- a/gcc/testsuite/gcc.target/cris/builtin_clz_v3.c +++ b/gcc/testsuite/gcc.target/cris/builtin_clz_v3.c @@ -2,7 +2,7 @@ The lz insn was implemented in CRIS v3 (ETRAX 4). */ /* { dg-do compile } */ /* { dg-skip-if "" { "cris-*-elf" } { "-march*" } { "" } } */ -/* { dg-options "-O2 -march=v8" } */ +/* { dg-options "-O2 -march=v3" } */ /* { dg-final { scan-assembler "\[ \t\]lz\[ \t\]" } } */ int |