store-pair-1.c: Fix typo.
authorChristophe Lyon <christophe.lyon@linaro.org>
Wed, 14 Jan 2015 12:07:43 +0000 (12:07 +0000)
committerChristophe Lyon <clyon@gcc.gnu.org>
Wed, 14 Jan 2015 12:07:43 +0000 (13:07 +0100)
2015-01-14  Christophe Lyon  <christophe.lyon@linaro.org>

* gcc.target/aarch64/store-pair-1.c: Fix typo.

From-SVN: r219595

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/aarch64/store-pair-1.c

index 6bb356cdba1615c31ae4131a60ab01df855c1d84..7039c9e1e3959c272e9b2c6b4e0c7775bb586542 100644 (file)
@@ -1,3 +1,7 @@
+2015-01-14  Christophe Lyon  <christophe.lyon@linaro.org>
+
+       * gcc.target/aarch64/store-pair-1.c: Fix typo.
+
 2015-01-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
 
        * gcc.target/aarch64/arm_neon-nosimd-error.c: New test.
index 46c727e01d561c0e32068fcf1c79ac642fbe6759..a726d643a803317cfb68cb2e1226825e6ceb5bc4 100644 (file)
@@ -9,4 +9,4 @@ int f(int *a, int b)
 }
 
 /* We should be able to produce store pair for the store of 28/29 store. */
-{ dg-final { scan-assembler "stp\tw\[0-9\]+, w\[0-9\]+" } }
+/* { dg-final { scan-assembler "stp\tw\[0-9\]+, w\[0-9\]+" } } */