From 23a610a2eef93734ba3460eb557c96174dead088 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Sun, 2 Dec 1990 12:58:45 +0000 Subject: [PATCH] Moved the def-boolean-attribute vop into vmdef so that it is in thr right package. If we ever actually use the vop attibutes, we will have to figure out some way to have different sets per backend. --- compiler/mips/vm.lisp | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/compiler/mips/vm.lisp b/compiler/mips/vm.lisp index 3cde4d412..1b3e576d5 100644 --- a/compiler/mips/vm.lisp +++ b/compiler/mips/vm.lisp @@ -7,7 +7,7 @@ ;;; Lisp, please contact Scott Fahlman (Scott.Fahlman@CS.CMU.EDU) ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/vm.lisp,v 1.39 1990/11/26 16:01:56 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/vm.lisp,v 1.40 1990/12/02 12:58:45 wlott Exp $ ;;; ;;; This file contains the VM definition for the MIPS R2000 and the new ;;; object format. @@ -282,15 +282,6 @@ (defregtn nfp any-reg) - -;;;; Side-Effect Classes - -(export '(vop-attributes)) - -(def-boolean-attribute vop - any) - - ;;; ;;; Immediate-Constant-SC -- Interface -- GitLab