pr42172-1.c: Check str instead of ldr.

gcc/testsuite/ChangeLog
	* gcc.target/arm/pr42172-1.c: Check str instead of ldr.

From-SVN: r222396
This commit is contained in:
Bin Cheng 2015-04-24 03:44:53 +00:00 committed by Bin Cheng
parent ea39708ac1
commit 62d47a8827
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2015-04-24 Bin Cheng <bin.cheng@arm.com>
* gcc.target/arm/pr42172-1.c: Check str instead of ldr.
2015-04-24 Terry Guo <terry.guo@arm.com>
* gcc.target/arm/pr65710.c: Update the options.

View File

@ -16,4 +16,4 @@ void init_A (struct A *this)
this->f4 = 0;
}
/* { dg-final { scan-assembler-times "ldr" 1 } } */
/* { dg-final { scan-assembler-times "str" 1 } } */