[AArch64][test] Fix FAIL: gcc.target/aarch64/store-pair-1.c scan-assembler stp\tw[0-9]+, w[0-9]+

* gcc.target/aarch64/store-pair-1.c: Update scan-assembler to check
	for wzr reg.

From-SVN: r220176
This commit is contained in:
Kyrylo Tkachov 2015-01-27 16:45:29 +00:00 committed by Kyrylo Tkachov
parent 67caf5381c
commit e24ca886a8
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2015-01-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* gcc.target/aarch64/store-pair-1.c: Update scan-assembler to check
for wzr reg.
2015-01-27 Dominik Vogt <vogt@linux.vnet.ibm.com>
* gcc/testsuite/gcc.target/s390/hotpatch-13.c: New testcase.

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. */
/* { dg-final { scan-assembler "stp\tw\[0-9\]+, w\[0-9\]+" } } */
/* { dg-final { scan-assembler "stp\tw(\[0-9\]+)\|(zr), w\[0-9\]+" } } */