ifcvt-4.c: Add -misel for powerpc*.
authorPat Haugen <pthaugen@us.ibm.com>
Tue, 15 Mar 2016 17:45:13 +0000 (17:45 +0000)
committerPat Haugen <pthaugen@gcc.gnu.org>
Tue, 15 Mar 2016 17:45:13 +0000 (17:45 +0000)
* gcc.dg/ifcvt-4.c: Add -misel for powerpc*.

From-SVN: r234224

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/ifcvt-4.c

index 732cb3384531de30c935646a81cdd405b76d0fc3..407ddf787632a8f4f3af8c33cf08e3e82d029f65 100644 (file)
@@ -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
index c096523b4de3ec25fee0ac88d20870fa1a1d526e..9e1f7cf07c54b62d84e8d10817d12c31f7e8bf0e 100644 (file)
@@ -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)