Commit 62d47a88 by Bin Cheng Committed by Bin Cheng

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
parent ea39708a
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.
......
......@@ -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 } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment