Variable: comp-limple-assignments

comp-limple-assignments is a variable defined in comp.el.gz.

Value

(assume fetch-handler set setimm set-par-to-local set-args-to-local set-rest-args-to-local)

Documentation

Limple operators that clobber the first m-var argument.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/comp.el.gz
(defconst comp-limple-assignments `(assume
                                    fetch-handler
                                    ,@comp-limple-sets)
  "Limple operators that clobber the first m-var argument.")