impc:ir:function-fixup-args   scheme


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/runtime/llvmir.xtm

Implementation

(define impc:ir:function-fixup-args
  (lambda (name)
    (cond
      ((string=? name "memcpy") ", i32 1, i1 0")
      (else ""))))


Back to Index