Commit f79cc861 by Ulrich Weigand Committed by Ulrich Weigand

* gcc.target/arm/combine-movs.c: Add missing space.

From-SVN: r191291
parent 3537a0cd
2012-09-14 Ulrich Weigand <ulrich.weigand@linaro.org>
* gcc.target/arm/combine-movs.c: Add missing space.
2012-09-14 Richard Guenther <rguenther@suse.de> 2012-09-14 Richard Guenther <rguenther@suse.de>
* g++.dg/torture/builtin-location.C: New testcase. * g++.dg/torture/builtin-location.C: New testcase.
......
...@@ -9,5 +9,5 @@ void foo (unsigned long r[], unsigned int d) ...@@ -9,5 +9,5 @@ void foo (unsigned long r[], unsigned int d)
r[i] = 0; r[i] = 0;
} }
/* { dg-final { scan-assembler "lsrs\tr\[0-9\]" { target arm_thumb2_ok } }} */ /* { 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 "movs\tr\[0-9\]" { target { ! arm_thumb2_ok} } } } */
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