Remove :P on tls_symbolic_operand

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
This commit is contained in:
H.J. Lu 2012-03-12 18:35:57 +00:00 committed by H.J. Lu
parent 19eb5c1a1e
commit a029a15435
2 changed files with 8 additions and 2 deletions

View 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

View File

@ -12628,7 +12628,7 @@
(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"
{
@ -12652,7 +12652,7 @@
(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")