pr42575.c: Remove architecture option.

2011-10-25  Joey Ye  <joey.ye@arm.com>

	* gcc.target/arm/pr42575.c: Remove architecture option.

From-SVN: r180419
This commit is contained in:
Joey Ye 2011-10-25 03:33:31 +00:00 committed by Joey Ye
parent a160b43cf1
commit 1e8eb1b79a
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2011-10-24 Joey Ye <joey.ye@arm.com>
* gcc.target/arm/pr42575.c: Remove architecture option.
2011-10-24 David S. Miller <davem@davemloft.net>
* gcc.target/sparc/vis3move-1.c: New test.

View file

@ -1,4 +1,4 @@
/* { dg-options "-O2 -march=armv7-a" } */
/* { dg-options "-O2" } */
/* Make sure RA does good job allocating registers and avoids
unnecessary moves. */
/* { dg-final { scan-assembler-not "mov" } } */