]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.target/arm/combine-movs.c: Add missing space.
authorUlrich Weigand <ulrich.weigand@linaro.org>
Fri, 14 Sep 2012 10:12:43 +0000 (10:12 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Fri, 14 Sep 2012 10:12:43 +0000 (10:12 +0000)
From-SVN: r191291

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/combine-movs.c

index 4bd658eb03b88077910786f7e1d0d9863c18a116..e27f304c65fd9357ab814a8682ed236061268e9b 100644 (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.
index 9ce257fb403a0ee6ba8897a54318467c63d8c359..8925feeb4f22d456fe63df6a2f80d9246735d0db 100644 (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} } } } */