htm.md (tcheck): Fix assembly encoding.
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Wed, 25 Feb 2015 22:18:19 +0000 (22:18 +0000)
committerPeter Bergner <bergner@gcc.gnu.org>
Wed, 25 Feb 2015 22:18:19 +0000 (16:18 -0600)
gcc/
* config/rs6000/htm.md (tcheck): Fix assembly encoding.

gcc/testsuite/
* gcc.target/powerpc/htm-builtin-1.c: Fix tcheck expect value.

From-SVN: r220992

ChangeLog
gcc/config/rs6000/htm.md
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/powerpc/htm-builtin-1.c

index 7875e4f09dd38f7b26648db4ca59bfe924f1d209..3b069cb1c95e743ed860639e8cc71faaf18e04a1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
+
+       * config/rs6000/htm.md (tcheck): Fix assembly encoding.
+
 2015-02-25  Uros Bizjak  <ubizjak@gmail.com>
 
        Revert:
index 2c4689fcca342a81e6dfd65b07bc1dbd8fbf748b..79fb740521ad9e71b96cb09d9324ffe69c70b0ec 100644 (file)
        (unspec_volatile:CC [(match_operand 0 "u3bit_cint_operand" "n")]
                            UNSPECV_HTM_TCHECK))]
   "TARGET_HTM"
-  "tcheck. %0"
+  "tcheck %0"
   [(set_attr "type" "htm")
    (set_attr "length" "4")])
 
index 28db896e243cb2e1285fdbac328ee28a15c60ab5..29fa2f0c29fdb1acc0bb530ae7a77637f97a445f 100644 (file)
@@ -1,3 +1,7 @@
+2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
+
+       * gcc.target/powerpc/htm-builtin-1.c: Fix tcheck expect value.
+
 2015-02-25  Pat Haugen  <pthaugen@us.ibm.com>
 
        * gcc.target/powerpc/direct-move.h: Include string.h/stdlib.h.
index e58816a7f0f695ff61136ba99d8103a18be1e82c..62d64e6129c28986f9ba31c7a5b709c5d339aa26 100644 (file)
@@ -10,7 +10,7 @@
 /* { dg-final { scan-assembler-times "tabortdci\\." 1 } } */
 /* { dg-final { scan-assembler-times "tabortwc\\." 1 } } */
 /* { dg-final { scan-assembler-times "tabortwci\\." 2 } } */
-/* { dg-final { scan-assembler-times "tcheck\\." 1 } } */
+/* { dg-final { scan-assembler-times "tcheck" 1 } } */
 /* { dg-final { scan-assembler-times "trechkpt\\." 1 } } */
 /* { dg-final { scan-assembler-times "treclaim\\." 1 } } */
 /* { dg-final { scan-assembler-times "tsr\\." 3 } } */