Remove $void CPS expression type
[bpt/guile.git] / module / language / cps / dce.scm
index b3dba09..e6780c3 100644 (file)
@@ -1,6 +1,6 @@
 ;;; Continuation-passing style (CPS) intermediate language (IL)
 
-;; Copyright (C) 2013, 2014 Free Software Foundation, Inc.
+;; Copyright (C) 2013, 2014, 2015 Free Software Foundation, Inc.
 
 ;;;; This library is free software; you can redistribute it and/or
 ;;;; modify it under the terms of the GNU Lesser General Public
                            (bitvector-set! live-conts n #t)))
                        (when (bitvector-ref live-conts n)
                          (match exp
-                           ((or ($ $void) ($ $const) ($ $prim))
+                           ((or ($ $const) ($ $prim))
                             #f)
                            (($ $fun free body)
                             (visit-fun body))