* pdp11.md (extendsfdf2): Fix mode mismatch in SET.
authorJoseph Myers <jsm28@cam.ac.uk>
Wed, 2 Dec 1998 18:56:11 +0000 (11:56 -0700)
committerJeff Law <law@gcc.gnu.org>
Wed, 2 Dec 1998 18:56:11 +0000 (11:56 -0700)
From-SVN: r24066

gcc/ChangeLog
gcc/config/pdp11/pdp11.md

index f09aa478e87342a94b033a08a443d7c4234101be..2134c4e7200bf247eb131551ec69e5eb77b02f99 100644 (file)
@@ -1,3 +1,7 @@
+1998-12-02  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * pdp11.md (extendsfdf2): Fix mode mismatch in SET.
+
 Wed Dec  2 11:23:07 1998  Jim Wilson  <wilson@cygnus.com>
 
        * reload.c (find_reloads): When force const to memory, put result
index f93d1ce0aed395dbca2f7f9159b7ef0332f4cac1..09a5505cd66356687156b213e5645d6f9129ca20 100644 (file)
 
 (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