pr42172-1.c: Check str instead of ldr.
authorBin Cheng <bin.cheng@arm.com>
Fri, 24 Apr 2015 03:44:53 +0000 (03:44 +0000)
committerBin Cheng <amker@gcc.gnu.org>
Fri, 24 Apr 2015 03:44:53 +0000 (03:44 +0000)
gcc/testsuite/ChangeLog
* gcc.target/arm/pr42172-1.c: Check str instead of ldr.

From-SVN: r222396

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/pr42172-1.c

index 221a592c98cc911d1def2dc7d80ea261de098e25..ba700fc1e92e56e13d17aaff65e104561d167c27 100644 (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.
index 207f6001fb7d4c14fca2634dedd7a90d8e72f7ff..a3de02f6fc29a09afe7bf1496146abd30f6735cb 100644 (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 } } */