diff options
author | Christophe Lyon <christophe.lyon@linaro.org> | 2015-01-14 12:07:43 +0000 |
---|---|---|
committer | Christophe Lyon <clyon@gcc.gnu.org> | 2015-01-14 13:07:43 +0100 |
commit | 5c52d2493699837a0d81ff065879438aa3a09d22 (patch) | |
tree | 2c78279c8d051d70518b6d8e9f885d77ef0e9ff6 /gcc | |
parent | 2a62514fca6566e85dcc84e1c5b8e91a3207e1d1 (diff) | |
download | gcc-5c52d2493699837a0d81ff065879438aa3a09d22.zip gcc-5c52d2493699837a0d81ff065879438aa3a09d22.tar.gz gcc-5c52d2493699837a0d81ff065879438aa3a09d22.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/aarch64/store-pair-1.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 6bb356c..7039c9e 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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. diff --git a/gcc/testsuite/gcc.target/aarch64/store-pair-1.c b/gcc/testsuite/gcc.target/aarch64/store-pair-1.c index 46c727e..a726d64 100644 --- a/gcc/testsuite/gcc.target/aarch64/store-pair-1.c +++ b/gcc/testsuite/gcc.target/aarch64/store-pair-1.c @@ -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\]+" } } */ |