ARM][obvious] Fix gcc.target/arm/thumb-ifcvt.c

2015-06-16  Christophe Lyon  <christophe.lyon@linaro.org>

	* gcc.target/arm/thumb-ifcvt.c: Add -mno-restrict-it to
	dg-options.

From-SVN: r224509
This commit is contained in:
Christophe Lyon 2015-06-16 10:19:59 +00:00 committed by Christophe Lyon
parent 8c629c032d
commit c764591d76
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2015-06-16 Christophe Lyon <christophe.lyon@linaro.org>
* gcc.target/arm/thumb-ifcvt.c: Add -mno-restrict-it to
dg-options.
2015-06-16 James Greenhalgh <james.greenhalgh@arm.com>
* gcc.target/aarch64/advsimd-intrinsics/advsimd-intrinsics.exp:

View File

@ -1,7 +1,7 @@
/* Check that Thumb 16-bit shifts can be if-converted. */
/* { dg-do compile } */
/* { dg-require-effective-target arm_thumb2_ok } */
/* { dg-options "-O2 -mthumb" } */
/* { dg-options "-O2 -mthumb -mno-restrict-it" } */
int
foo (int a, int b)