aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/rs6000.md
diff options
context:
space:
mode:
authorMichael Eager <eager@eagercon.com>2009-05-08 16:18:16 +0000
committerMichael Eager <eager@gcc.gnu.org>2009-05-08 16:18:16 +0000
commit82ad047f00d42f4cdb4ae2ee163f46d74db35f76 (patch)
treeec0a08179a0b0faebd4b145412f86aca348ab4f8 /gcc/config/rs6000/rs6000.md
parent03f1063fb44b44837adbe159ae1a49de367bdc73 (diff)
downloadgcc-82ad047f00d42f4cdb4ae2ee163f46d74db35f76.zip
gcc-82ad047f00d42f4cdb4ae2ee163f46d74db35f76.tar.gz
gcc-82ad047f00d42f4cdb4ae2ee163f46d74db35f76.tar.bz2
Fix bug in movdf_softfloat32.
From-SVN: r147290
Diffstat (limited to 'gcc/config/rs6000/rs6000.md')
-rw-r--r--gcc/config/rs6000/rs6000.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md
index cb7c404..cc37d91 100644
--- a/gcc/config/rs6000/rs6000.md
+++ b/gcc/config/rs6000/rs6000.md
@@ -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))"