Skip to content

Commit

Permalink
removed the trace
Browse files Browse the repository at this point in the history
  • Loading branch information
akeep committed Jun 28, 2014
1 parent 0d9054a commit 1ca4751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c.ss
Expand Up @@ -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
Expand Down

0 comments on commit 1ca4751

Please sign in to comment.