diff options
author | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2007-09-03 01:04:22 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2007-09-03 01:04:22 +0000 |
commit | 5c2e1082d5954241db6121468d2928fc4aa165c5 (patch) | |
tree | 5bb7468fc5bf0604a6eedea0688b96ec0941ae43 | |
parent | e636e5082715d2ff61685725187c2bbc2e9860cc (diff) | |
download | gcc-5c2e1082d5954241db6121468d2928fc4aa165c5.zip gcc-5c2e1082d5954241db6121468d2928fc4aa165c5.tar.gz gcc-5c2e1082d5954241db6121468d2928fc4aa165c5.tar.bz2 |
Correct tested target
From-SVN: r128035
-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 aa97cb9..0abaccb 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 |