diff --git a/compiler/mips/float.lisp b/compiler/mips/float.lisp index b8282d90fc2aa7a6d183ceb3a03cdfcf36e288c5..f545d7f259e9fa71052340281a40b190f6977ac9 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.5 1990/07/19 18:44:53 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/float.lisp,v 1.6 1990/08/07 16:06:02 ram Exp $ ;;; ;;; This file contains floating point support for the MIPS. ;;; @@ -256,7 +256,6 @@ single-reg single-float :single double-reg double-float :double)) -(defknown %unary-truncate (float) integer (movable foldable flushable)) (macrolet ((frob (name from-sc from-type from-format) `(define-vop (,name)