Remove :P on tls_symbolic_operand
authorH.J. Lu <hongjiu.lu@intel.com>
Mon, 12 Mar 2012 18:35:57 +0000 (18:35 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Mon, 12 Mar 2012 18:35:57 +0000 (11:35 -0700)
2012-03-12  H.J. Lu  <hongjiu.lu@intel.com>

* config/i386/i386.md (*tls_global_dynamic_64_<mode>): Remove :P
on tls_symbolic_operand.
(tls_global_dynamic_64_<mode>): Likewise.

From-SVN: r185261

gcc/ChangeLog
gcc/config/i386/i386.md

index fcc25b873643176caa229108c5fc0ec5f6f9db59..477aa77210fd2e05fef9f5bcf66bede2f7ccd9c2 100644 (file)
@@ -1,3 +1,9 @@
+2012-03-12  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/i386/i386.md (*tls_global_dynamic_64_<mode>): Remove :P
+       on tls_symbolic_operand.
+       (tls_global_dynamic_64_<mode>): Likewise.
+
 2012-03-12  Georg-Johann Lay  <avr@gjlay.de>
 
        PR other/52545
index 60dc814bb0d397397a9be9c9eb24396769033bc3..890ea568c9cd1e7da21cfb0a6fed039c6648cc32 100644 (file)
        (call:P
         (mem:QI (match_operand:P 2 "constant_call_address_operand" "z"))
         (match_operand:P 3 "" "")))
-   (unspec:P [(match_operand:P 1 "tls_symbolic_operand" "")]
+   (unspec:P [(match_operand 1 "tls_symbolic_operand" "")]
             UNSPEC_TLS_GD)]
   "TARGET_64BIT"
 {
          (call:P
           (mem:QI (match_operand:P 2 "constant_call_address_operand" ""))
           (const_int 0)))
-     (unspec:P [(match_operand:P 1 "tls_symbolic_operand" "")]
+     (unspec:P [(match_operand 1 "tls_symbolic_operand" "")]
               UNSPEC_TLS_GD)])]
   "TARGET_64BIT")