diff options
author | Pat Haugen <pthaugen@us.ibm.com> | 2016-03-15 17:45:13 +0000 |
---|---|---|
committer | Pat Haugen <pthaugen@gcc.gnu.org> | 2016-03-15 17:45:13 +0000 |
commit | 4ccbf3a66d24a87545041185fff0cc54d87a9185 (patch) | |
tree | a9ba8888799ae331f325a34203624fac8b3aa625 | |
parent | 79f15a768e8925c682cbebb64f74bbb8ab69d3ba (diff) | |
download | gcc-4ccbf3a66d24a87545041185fff0cc54d87a9185.zip gcc-4ccbf3a66d24a87545041185fff0cc54d87a9185.tar.gz gcc-4ccbf3a66d24a87545041185fff0cc54d87a9185.tar.bz2 |
ifcvt-4.c: Add -misel for powerpc*.
* gcc.dg/ifcvt-4.c: Add -misel for powerpc*.
From-SVN: r234224
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/ifcvt-4.c | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 732cb33..407ddf7 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2016-03-15 Pat Haugen <pthaugen@us.ibm.com> + + * gcc.dg/ifcvt-4.c: Add -misel for powerpc*. + 2016-03-15 Jakub Jelinek <jakub@redhat.com> PR rtl-optimization/70222 diff --git a/gcc/testsuite/gcc.dg/ifcvt-4.c b/gcc/testsuite/gcc.dg/ifcvt-4.c index c096523..9e1f7cf 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) |