From 5417da5f4f4476a136b38f554a15766a1a99b8c1 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Thu, 19 Jul 1990 18:44:53 +0000
Subject: [PATCH] Added a :target to move-foo-float-argument.

---
 compiler/mips/float.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/mips/float.lisp b/compiler/mips/float.lisp
index d93da1657..b8282d90f 100644
--- a/compiler/mips/float.lisp
+++ b/compiler/mips/float.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN@CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/float.lisp,v 1.4 1990/07/07 01:00:23 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/float.lisp,v 1.5 1990/07/19 18:44:53 wlott Exp $
 ;;;
 ;;;    This file contains floating point support for the MIPS.
 ;;;
@@ -107,7 +107,7 @@
 (macrolet ((frob (name sc stack-sc format double-p)
 	     `(progn
 		(define-vop (,name)
-		  (:args (x :scs (,sc))
+		  (:args (x :scs (,sc) :target y)
 			 (nfp :scs (any-reg)
 			      :load-if (not (sc-is y ,sc))))
 		  (:results (y))
-- 
GitLab