Commit 73c92330 by Michael Meissner Committed by Michael Meissner

rs6000.md (lround<mode>di2): Remove constraints.

2015-11-24  Michael Meissner  <meissner@linux.vnet.ibm.com>

	* config/rs6000/rs6000.md (lround<mode>di2): Remove constraints.

From-SVN: r230834
parent deb3dae6
2015-11-24 Michael Meissner <meissner@linux.vnet.ibm.com>
* config/rs6000/rs6000.md (lround<mode>di2): Remove constraints.
2015-11-24 Jan Hubicka <hubicka@ucw.cz> 2015-11-24 Jan Hubicka <hubicka@ucw.cz>
* tree.c (free_node): New function. * tree.c (free_node): New function.
...@@ -5520,9 +5520,9 @@ ...@@ -5520,9 +5520,9 @@
(define_expand "lround<mode>di2" (define_expand "lround<mode>di2"
[(set (match_dup 2) [(set (match_dup 2)
(unspec:SFDF [(match_operand:SFDF 1 "gpc_reg_operand" "wa")] (unspec:SFDF [(match_operand:SFDF 1 "gpc_reg_operand" "")]
UNSPEC_XSRDPI)) UNSPEC_XSRDPI))
(set (match_operand:DI 0 "gpc_reg_operand" "=d") (set (match_operand:DI 0 "gpc_reg_operand" "")
(unspec:DI [(match_dup 2)] (unspec:DI [(match_dup 2)]
UNSPEC_FCTID))] UNSPEC_FCTID))]
"TARGET_<MODE>_FPR && TARGET_VSX" "TARGET_<MODE>_FPR && TARGET_VSX"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment