aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@cam.ac.uk>1998-12-02 11:56:11 -0700
committerJeff Law <law@gcc.gnu.org>1998-12-02 11:56:11 -0700
commita6a715cacc000fd5851396c3045ee677b0b99413 (patch)
tree439ea7d17419b388faecdfdcfc586d4506510546
parentc3f2a47690422e93b39ec550779d6d65a875e5b1 (diff)
downloadgcc-a6a715cacc000fd5851396c3045ee677b0b99413.zip
gcc-a6a715cacc000fd5851396c3045ee677b0b99413.tar.gz
gcc-a6a715cacc000fd5851396c3045ee677b0b99413.tar.bz2
* pdp11.md (extendsfdf2): Fix mode mismatch in SET.
From-SVN: r24066
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/pdp11/pdp11.md2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f09aa47..2134c4e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/config/pdp11/pdp11.md b/gcc/config/pdp11/pdp11.md
index f93d1ce..09a5505 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