Commit 4ccbf3a6 by Pat Haugen Committed by Pat Haugen

ifcvt-4.c: Add -misel for powerpc*.

	* gcc.dg/ifcvt-4.c: Add -misel for powerpc*.

From-SVN: r234224
parent 79f15a76
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> 2016-03-15 Jakub Jelinek <jakub@redhat.com>
PR rtl-optimization/70222 PR rtl-optimization/70222
......
/* { dg-options "-fdump-rtl-ce1 -O2 --param max-rtl-if-conversion-insns=3" } */ /* { 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 int
foo (int x, int y, int a) foo (int x, int y, int a)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment