basic blocks into C
This commit is contained in:
parent
a59ef0747f
commit
3f98a32b7e
2 changed files with 81 additions and 11 deletions
|
@ -291,6 +291,8 @@ VAL is known at compile time."
|
|||
(comp-push_block 'body)
|
||||
(mapc #'comp-limplify-lap-inst (comp-func-ir func))
|
||||
(setf (comp-func-ir func) (reverse comp-limple))
|
||||
;; Prologue block must be first
|
||||
(setf (comp-func-blocks func) (reverse (comp-func-blocks func)))
|
||||
(when comp-debug
|
||||
(cl-prettyprint (comp-func-ir func)))
|
||||
func))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue