From: Michael Meissner Date: Tue, 24 Nov 2015 19:16:18 +0000 (+0000) Subject: rs6000.md (lrounddi2): Remove constraints. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=73c923307beaf7c49d753528fead01615ff85847;p=gcc.git rs6000.md (lrounddi2): Remove constraints. 2015-11-24 Michael Meissner * config/rs6000/rs6000.md (lrounddi2): Remove constraints. From-SVN: r230834 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d4db20a700e..ac7b7bde0b5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2015-11-24 Michael Meissner + + * config/rs6000/rs6000.md (lrounddi2): Remove constraints. + 2015-11-24 Jan Hubicka * tree.c (free_node): New function. diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 9d3a5b29c3f..7623c9f6819 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -5520,9 +5520,9 @@ (define_expand "lrounddi2" [(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__FPR && TARGET_VSX"