Commit ef13e9de by Janis Johnson Committed by Janis Johnson

* gcc.target/arm/combine-movs.c: Use effective target arm_thumb2.

From-SVN: r191783
parent c70bc52a
2012-09-26 Janis Johnson <janisjo@codesourcery.com>
* gcc.target/arm/combine-movs.c: Use effective target arm_thumb2.
* gcc.target/arm/pr42879.c: Handle big-endian.
2012-09-26 Steve Ellcey <sellcey@mips.com>
......
......@@ -9,5 +9,5 @@ void foo (unsigned long r[], unsigned int d)
r[i] = 0;
}
/* { dg-final { scan-assembler "lsrs\tr\[0-9\]" { target arm_thumb2_ok } } } */
/* { dg-final { scan-assembler "movs\tr\[0-9\]" { target { ! arm_thumb2_ok} } } } */
/* { dg-final { scan-assembler "lsrs\tr\[0-9\]" { target arm_thumb2 } } } */
/* { dg-final { scan-assembler "movs\tr\[0-9\]" { target { ! arm_thumb2 } } } } */
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