removed the trace

This commit is contained in:
Andy Keep 2014-06-28 14:39:27 -04:00
parent 0d9054a3ad
commit 1ca475132f

2
c.ss
View File

@ -1675,7 +1675,7 @@
;;; to understand how the nanopass framework can be used.
;;;
(define-pass remove-one-armed-if : Lsrc (e) -> L1 ()
(trace Expr : Expr (e) -> Expr ()
(Expr : Expr (e) -> Expr ()
[(if ,[e0] ,[e1]) `(if ,e0 ,e1 (void))]))
;;; pass: remove-and-or-not : L1 -> L2