X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Falpha%2Fmacros.lisp;h=998cec09eae95d8c006da9b4b6742bb8ef761eab;hb=305177dc7a7d11245e42e003ac4070eb1705c699;hp=bb5e3d01c214da7483146e0f74945d8b364f8728;hpb=8731c1a7c1a585d190151fa881050fb5e14c0616;p=sbcl.git diff --git a/src/compiler/alpha/macros.lisp b/src/compiler/alpha/macros.lisp index bb5e3d0..998cec0 100644 --- a/src/compiler/alpha/macros.lisp +++ b/src/compiler/alpha/macros.lisp @@ -261,16 +261,6 @@ ;;;; memory accessor vop generators -(deftype load/store-index (scale lowtag min-offset - &optional (max-offset min-offset)) - `(integer ,(- (truncate (+ (ash 1 16) - (* min-offset n-word-bytes) - (- lowtag)) - scale)) - ,(truncate (- (+ (1- (ash 1 16)) lowtag) - (* max-offset n-word-bytes)) - scale))) - (defmacro define-full-reffer (name type offset lowtag scs el-type &optional translate) `(progn