summaryrefslogtreecommitdiff
path: root/module/language/cps/specialize-primcalls.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/language/cps/specialize-primcalls.scm')
-rw-r--r--module/language/cps/specialize-primcalls.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/module/language/cps/specialize-primcalls.scm b/module/language/cps/specialize-primcalls.scm
index 8e2f38fd0..f5d61bd00 100644
--- a/module/language/cps/specialize-primcalls.scm
+++ b/module/language/cps/specialize-primcalls.scm
@@ -18,9 +18,9 @@
;;; Commentary:
;;;
-;;; Some RTL operations can encode an immediate as an operand. This
-;;; pass tranforms generic primcalls to these specialized primcalls, if
-;;; possible.
+;;; Some bytecode operations can encode an immediate as an operand.
+;;; This pass tranforms generic primcalls to these specialized
+;;; primcalls, if possible.
;;;
;;; Code:
@@ -61,7 +61,7 @@
(($ $continue)
,term)))
(define (visit-primcall k src name args)
- ;; If we introduce an RTL op from a primcall without an RTL op, we
+ ;; If we introduce a VM op from a primcall without a VM op, we
;; will need to ensure that the return arity matches. Rely on the
;; elide-values pass to clean up.
(define-syntax-rule (adapt-void exp)