Changeset 341


Ignore:
Timestamp:
Jan 20, 2004, 3:15:12 PM (21 years ago)
Author:
Gary Byers
Message:

backend changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/compiler/PPC/ppc-asm.lisp

    r201 r341  
    19921992            (incf (svref *ppc-opcode-counts* op))))))
    19931993  (when (fboundp 'ccl::fixup-vinsn-templates)   ; not defined yet at bootstrap time
    1994     (ccl::fixup-vinsn-templates ccl::*ppc-vinsn-templates* *ppc-opcode-numbers* ))
     1994    (ccl::fixup-vinsn-templates (ccl::backend-p2-vinsn-templates ccl::*target-backend*) *ppc-opcode-numbers* ))
    19951995  (when (fboundp 'ccl::fixup-ppc-backend)
    19961996    (ccl::fixup-ppc-backend)))
     
    24282428
    24292429
     2430
     2431
     2432(defun ccl::lookup-ppc-opcode (name)
     2433  (gethash (string name) ppc::*ppc-opcode-numbers*))
    24302434
    24312435#|
Note: See TracChangeset for help on using the changeset viewer.