From: Jan Hubicka Date: Thu, 15 Feb 2001 09:30:51 +0000 (+0000) Subject: Fix cvtss2sd constraints. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a811cc63bf6091b4555797a79032b0894a261c26;p=gcc.git Fix cvtss2sd constraints. From-SVN: r39711 --- diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 8bfca169d12..ee3c172fca8 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -3366,8 +3366,8 @@ }") (define_insn "*extendsfdf2_1" - [(set (match_operand:DF 0 "nonimmediate_operand" "=f#Y,mf#Y,Y#f,Ym#f") - (float_extend:DF (match_operand:SF 1 "nonimmediate_operand" "fm#Y,f#Y,mY#f,Y#f")))] + [(set (match_operand:DF 0 "nonimmediate_operand" "=f#Y,mf#Y,Y#f") + (float_extend:DF (match_operand:SF 1 "nonimmediate_operand" "fm#Y,f#Y,mY#f")))] "(TARGET_80387 || TARGET_SSE2) && (GET_CODE (operands[0]) != MEM || GET_CODE (operands[1]) != MEM)" "* @@ -3397,8 +3397,8 @@ abort (); } }" - [(set_attr "type" "fmov,fmov,sse,sse") - (set_attr "mode" "SF,XF,DF,DF")]) + [(set_attr "type" "fmov,fmov,sse") + (set_attr "mode" "SF,XF,DF")]) (define_insn "*extendsfdf2_1_sse_only" [(set (match_operand:DF 0 "register_operand" "=Y")