Skip to content
Snippets Groups Projects
Commit 689092ab authored by ram's avatar ram
Browse files

move-full-call-args => move-tail-full-call-args

parent 1d9b2a8e
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
(defknown %syscall (&rest t) *) (defknown %syscall (&rest t) *)
(defoptimizer (%syscall ir2-convert) ((&rest args) node block) (defoptimizer (%syscall ir2-convert) ((&rest args) node block)
(let* ((refs (move-full-call-args node block)) (let* ((refs (move-tail-full-call-args node block))
(cont (node-cont node)) (cont (node-cont node))
(res (continuation-result-tns (res (continuation-result-tns
cont cont
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment