* gcc.target/arm/combine-movs.c: Add missing space.
From-SVN: r191291
This commit is contained in:
parent
3537a0cdbb
commit
f79cc861cf
@ -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.
|
||||
|
@ -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} } } } */
|
||||
|
Loading…
Reference in New Issue
Block a user