Variable: comp-limple-ops

comp-limple-ops is a variable defined in comp-common.el.gz.

Value

(call callref direct-call direct-callref assume fetch-handler set
      setimm set-par-to-local set-args-to-local set-rest-args-to-local
      jump cond-jump return)

Documentation

All Limple operators.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/comp-common.el.gz
(defconst comp-limple-ops `(,@comp-limple-calls
                            ,@comp-limple-assignments
                            ,@comp-limple-branches
                            return)
  "All Limple operators.")