From fe3ca2b6105c41e0a72aac89fed884f71a668f70 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Sun, 1 Apr 1990 17:38:48 +0000
Subject: [PATCH] Added :type random decl for non-descriptor temporary.

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

diff --git a/compiler/mips/array.lisp b/compiler/mips/array.lisp
index ade51ce31..03d0ee7f5 100644
--- a/compiler/mips/array.lisp
+++ b/compiler/mips/array.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN@CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/array.lisp,v 1.6 1990/03/29 21:34:15 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/array.lisp,v 1.7 1990/04/01 17:38:48 wlott Exp $
 ;;;
 ;;;    This file contains the MIPS definitions for array operations.
 ;;;
@@ -22,7 +22,7 @@
   (:args (type :scs (any-reg descriptor-reg))
 	 (rank :scs (any-reg descriptor-reg)))
   (:temporary (:scs (descriptor-reg) :to (:result 0) :target result) header)
-  (:temporary (:scs (non-descriptor-reg)) ndescr)
+  (:temporary (:scs (non-descriptor-reg) :type random) ndescr)
   (:results (result :scs (descriptor-reg)))
   (:generator 0
     (pseudo-atomic (ndescr)
-- 
GitLab