From: Pat Haugen Date: Tue, 15 Mar 2016 17:45:13 +0000 (+0000) Subject: ifcvt-4.c: Add -misel for powerpc*. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4ccbf3a66d24a87545041185fff0cc54d87a9185;p=gcc.git ifcvt-4.c: Add -misel for powerpc*. * gcc.dg/ifcvt-4.c: Add -misel for powerpc*. From-SVN: r234224 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 732cb338453..407ddf78763 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2016-03-15 Pat Haugen + + * gcc.dg/ifcvt-4.c: Add -misel for powerpc*. + 2016-03-15 Jakub Jelinek PR rtl-optimization/70222 diff --git a/gcc/testsuite/gcc.dg/ifcvt-4.c b/gcc/testsuite/gcc.dg/ifcvt-4.c index c096523b4de..9e1f7cf07c5 100644 --- a/gcc/testsuite/gcc.dg/ifcvt-4.c +++ b/gcc/testsuite/gcc.dg/ifcvt-4.c @@ -1,5 +1,6 @@ /* { dg-options "-fdump-rtl-ce1 -O2 --param max-rtl-if-conversion-insns=3" } */ -/* { dg-skip-if "Multiple set if-conversion not guaranteed on all subtargets" { "arm*-*-* powerpc64le*-*-* visium-*-*" } {"*"} { "" } } */ +/* { dg-additional-options "-misel" { target { powerpc*-*-* } } } */ +/* { dg-skip-if "Multiple set if-conversion not guaranteed on all subtargets" { "arm*-*-* visium-*-*" } {"*"} { "" } } */ int foo (int x, int y, int a)