diff options
-rw-r--r-- | gcc/testsuite/gcc.target/i386/dec-cmov-2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.target/i386/dec-cmov-2.c b/gcc/testsuite/gcc.target/i386/dec-cmov-2.c index 115db99..9fbccc3 100644 --- a/gcc/testsuite/gcc.target/i386/dec-cmov-2.c +++ b/gcc/testsuite/gcc.target/i386/dec-cmov-2.c @@ -1,6 +1,6 @@ /* { dg-do compile } */ /* { dg-options "-O2" } */ -/* { dg-additional-options "-march=pentiumpro -mregparm=3" { target ia32 } } */ +/* { dg-additional-options "-march=core2 -mregparm=3" { target ia32 } } */ int foo(int x) { |