* pdp11.md (extendsfdf2): Fix mode mismatch in SET.
From-SVN: r24066
This commit is contained in:
parent
c3f2a47690
commit
a6a715cacc
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue