2015-11-24 Michael Meissner <meissner@linux.vnet.ibm.com>
* config/rs6000/rs6000.md (lround<mode>di2): Remove constraints.
From-SVN: r230834
+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>
* tree.c (free_node): New function.
(define_expand "lround<mode>di2"
[(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))
- (set (match_operand:DI 0 "gpc_reg_operand" "=d")
+ (set (match_operand:DI 0 "gpc_reg_operand" "")
(unspec:DI [(match_dup 2)]
UNSPEC_FCTID))]
"TARGET_<MODE>_FPR && TARGET_VSX"