Fix bug in movdf_softfloat32.

From-SVN: r147290
This commit is contained in:
Michael Eager 2009-05-08 16:18:16 +00:00 committed by Michael Eager
parent 03f1063fb4
commit 82ad047f00
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-05-08 Michael Eager <eager@eagercon.com>
* config/rs6000/rs6000.md (*movdf_softfloat32): replace
!TARGET_DOUBLE_FLOAT with TARGET_SINGLE_FLOAT.
2009-05-08 Richard Guenther <rguenther@suse.de>
PR tree-optimization/40062

View File

@ -8595,7 +8595,7 @@
[(set (match_operand:DF 0 "nonimmediate_operand" "=r,r,m,r,r,r")
(match_operand:DF 1 "input_operand" "r,m,r,G,H,F"))]
"! TARGET_POWERPC64
&& ((TARGET_FPRS && !TARGET_DOUBLE_FLOAT)
&& ((TARGET_FPRS && TARGET_SINGLE_FLOAT)
|| TARGET_SOFT_FLOAT || TARGET_E500_SINGLE)
&& (gpc_reg_operand (operands[0], DFmode)
|| gpc_reg_operand (operands[1], DFmode))"