Changeset 5700
- Timestamp:
- Jan 10, 2007, 2:50:37 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/compiler/PPC/ppc2.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/compiler/PPC/ppc2.lisp
r5539 r5700 1475 1475 (<- fp-val) 1476 1476 (ensuring-node-target (target vreg) 1477 (! double->heap segtarget fp-val))))1477 (! double->heap target fp-val)))) 1478 1478 ((:signed-64-bit-vector :fixnum-vector) 1479 1479 (if (and index-known-fixnum (<= index-known-fixnum (arch::target-max-64-bit-constant-index arch))) … … 3570 3570 3571 3571 (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, even3575 ; if code to -load- that "something" never gets generated.3576 ; If I'm right about this, that means that the compile-time3577 ; stack-discipline problem that this is supposed to deal3578 ; 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.) 3579 3579 (declare (ignore vreg)) 3580 3580 nil)
Note:
See TracChangeset
for help on using the changeset viewer.
