From 5c2e1082d5954241db6121468d2928fc4aa165c5 Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Mon, 3 Sep 2007 01:04:22 +0000 Subject: [PATCH] Correct tested target From-SVN: r128035 --- gcc/testsuite/gcc.target/cris/builtin_clz_v3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2