store-pair-1.c: Fix typo.

2015-01-14  Christophe Lyon  <christophe.lyon@linaro.org>

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

From-SVN: r219595
This commit is contained in:
Christophe Lyon 2015-01-14 12:07:43 +00:00 committed by Christophe Lyon
parent 2a62514fca
commit 5c52d24936
2 changed files with 5 additions and 1 deletions

View 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> 2015-01-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* gcc.target/aarch64/arm_neon-nosimd-error.c: New test. * gcc.target/aarch64/arm_neon-nosimd-error.c: New test.

View 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. */ /* 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\]+" } } */