From: Joseph Myers Date: Wed, 2 Dec 1998 18:56:11 +0000 (-0700) Subject: * pdp11.md (extendsfdf2): Fix mode mismatch in SET. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a6a715cacc000fd5851396c3045ee677b0b99413;p=gcc.git * pdp11.md (extendsfdf2): Fix mode mismatch in SET. From-SVN: r24066 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f09aa478e87..2134c4e7200 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +1998-12-02 Joseph S. Myers + + * pdp11.md (extendsfdf2): Fix mode mismatch in SET. + Wed Dec 2 11:23:07 1998 Jim Wilson * reload.c (find_reloads): When force const to memory, put result diff --git a/gcc/config/pdp11/pdp11.md b/gcc/config/pdp11/pdp11.md index f93d1ce0aed..09a5505cd66 100644 --- a/gcc/config/pdp11/pdp11.md +++ b/gcc/config/pdp11/pdp11.md @@ -778,7 +778,7 @@ (define_insn "extendsfdf2" [(set (match_operand:DF 0 "register_operand" "=a,a,a") - (float_extend:SF (match_operand:SF 1 "general_operand" "r,R,Q")))] + (float_extend:DF (match_operand:SF 1 "general_operand" "r,R,Q")))] "TARGET_FPU" "@ mov %1, -(sp)\;ldcfd (sp)+,%0