Add DCE pass.
authorAndy Wingo <wingo@pobox.com>
Wed, 11 Dec 2013 10:07:33 +0000 (11:07 +0100)
committerAndy Wingo <wingo@pobox.com>
Sat, 11 Jan 2014 15:01:11 +0000 (16:01 +0100)
commit305cccb43c7ba81388f42fb809c1c3f8946fc572
tree391a06fbc01725c567867d9e9b36f4d527a395d5
parentad4f6be137a3a2fabcbba54f1419a26f41626881
Add DCE pass.

* module/language/cps/dce.scm: New pass.
* module/Makefile.am:
* module/language/cps/compile-bytecode.scm: Wire up the new pass.
module/Makefile.am
module/language/cps/compile-bytecode.scm
module/language/cps/dce.scm [new file with mode: 0644]