Changeset 5700


Ignore:
Timestamp:
Jan 10, 2007, 2:50:37 PM (18 years ago)
Author:
Gary Byers
Message:

ppc2-vref1: lose extra arg to double->heap vinsn.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/compiler/PPC/ppc2.lisp

    r5539 r5700  
    14751475                    (<- fp-val)
    14761476                    (ensuring-node-target (target vreg)
    1477                       (! double->heap seg target fp-val))))
     1477                      (! double->heap target fp-val))))
    14781478                 ((:signed-64-bit-vector :fixnum-vector)
    14791479                  (if (and index-known-fixnum (<= index-known-fixnum (arch::target-max-64-bit-constant-index arch)))
     
    35703570 
    35713571(defun ppc2-unreachable-store (&optional vreg)
    3572   ; I don't think that anything needs to be done here,
    3573   ; but leave this guy around until we're sure.
    3574   ; (PPC2-VPUSH-REGISTER will always vpush something, even
    3575   ; if code to -load- that "something" never gets generated.
    3576   ; If I'm right about this, that means that the compile-time
    3577   ; stack-discipline problem that this is supposed to deal
    3578   ; with can't happen.)
     3572  ;; I don't think that anything needs to be done here,
     3573  ;; but leave this guy around until we're sure.
     3574  ;; (PPC2-VPUSH-REGISTER will always vpush something, even
     3575  ;; if code to -load- that "something" never gets generated.
     3576  ;; If I'm right about this, that means that the compile-time
     3577  ;; stack-discipline problem that this is supposed to deal
     3578  ;; with can't happen.)
    35793579  (declare (ignore vreg))
    35803580  nil)
Note: See TracChangeset for help on using the changeset viewer.