Let comparison take any IR-DATA
This commit is contained in:
parent
64de7f64e5
commit
5c3bccd48d
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@
|
||||||
output))
|
output))
|
||||||
|
|
||||||
(defmethod compile-node ((node node-conditional) builder)
|
(defmethod compile-node ((node node-conditional) builder)
|
||||||
(let* ((test-ir (the ir-result (compile-node (test-node node) builder)))
|
(let* ((test-ir (the ir-data (compile-node (test-node node) builder)))
|
||||||
(else-exists-p (not (null (else-node node))))
|
(else-exists-p (not (null (else-node node))))
|
||||||
(then-iblock (make-instance 'iblock :name "then"))
|
(then-iblock (make-instance 'iblock :name "then"))
|
||||||
(else-iblock (make-instance 'iblock :name "else"))
|
(else-iblock (make-instance 'iblock :name "else"))
|
||||||
|
|
Loading…
Add table
Reference in a new issue