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

From-SVN: r191291
This commit is contained in:
Ulrich Weigand 2012-09-14 10:12:43 +00:00 committed by Ulrich Weigand
parent 3537a0cdbb
commit f79cc861cf
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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>
* g++.dg/torture/builtin-location.C: New testcase.

View File

@ -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 "lsrs\tr\[0-9\]" { target arm_thumb2_ok } } } */
/* { dg-final { scan-assembler "movs\tr\[0-9\]" { target { ! arm_thumb2_ok} } } } */