0.9.5.26:
authorNathan Froyd <froydnj@cs.rice.edu>
Thu, 6 Oct 2005 18:11:46 +0000 (18:11 +0000)
committerNathan Froyd <froydnj@cs.rice.edu>
Thu, 6 Oct 2005 18:11:46 +0000 (18:11 +0000)
Oops.  It's (INST CLRLWI ...), not (CLRLWI ...).

src/compiler/ppc/array.lisp
version.lisp-expr

index da3d649..456a546 100644 (file)
                (unless (and (sc-is value immediate)
                             (= (tn-value value) ,(1- (ash 1 bits))))
                  (cond ((zerop extra)
-                        (clrlwi old old ,bits))
+                        (inst clrlwi old old ,bits))
                        (t
                         (inst lr temp
                               (lognot (ash ,(1- (ash 1 bits))
index 43fb72e..d20751a 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.9.5.25"
+"0.9.5.26"