rename entry block

This commit is contained in:
Andrea Corallo 2019-07-10 02:36:49 +02:00 committed by Andrea Corallo
parent 24f80e510f
commit 30ba6d2532

View file

@ -291,7 +291,7 @@ VAL is known at compile time."
:frame (comp-limple-frame-new-frame frame-size)))
(comp-limple ()))
;; Prologue
(comp-push-block 'prologue)
(comp-push-block 'entry)
(cl-loop for i below (comp-args-mandatory (comp-func-args func))
do (progn
(cl-incf (comp-sp))