From 73c923307beaf7c49d753528fead01615ff85847 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Tue, 24 Nov 2015 19:16:18 +0000 Subject: [PATCH] rs6000.md (lrounddi2): Remove constraints. 2015-11-24 Michael Meissner * config/rs6000/rs6000.md (lrounddi2): Remove constraints. From-SVN: r230834 --- gcc/ChangeLog | 4 ++++ gcc/config/rs6000/rs6000.md | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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" -- 2.30.2