Remove :P on tls_symbolic_operand
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Mar 2012 18:35:57 +0000 (18:35 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Mar 2012 18:35:57 +0000 (18:35 +0000)
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185261 138bc75d-0d04-0410-961f-82ee72b054a4

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

index fcc25b8..477aa77 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 60dc814..890ea56 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")