summaryrefslogtreecommitdiff
path: root/module/Makefile.am
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2015-07-22 17:15:06 +0200
committerAndy Wingo <wingo@pobox.com>2015-07-22 17:15:06 +0200
commit0d4c9377222ebb45c673b413c0a1f7abd993f8ed (patch)
tree07cdb8507ccee24cc788a44f5c81ee21488b698e /module/Makefile.am
parent39777b11b379ce103dcefe01adba3a6d480c574f (diff)
Remove CPS1 language
* module/language/cps.scm: * module/language/cps/compile-bytecode.scm: * module/language/cps/dfg.scm: * module/language/cps/renumber.scm: * module/language/cps/slot-allocation.scm: * module/language/cps/spec.scm: * module/language/cps/verify.scm: * module/language/cps2/compile-cps.scm: Delete. * module/Makefile.am: Remove deleted files.
Diffstat (limited to 'module/Makefile.am')
-rw-r--r--module/Makefile.am10
1 files changed, 1 insertions, 9 deletions
diff --git a/module/Makefile.am b/module/Makefile.am
index 801f466cb..c53f9e466 100644
--- a/module/Makefile.am
+++ b/module/Makefile.am
@@ -122,20 +122,12 @@ TREE_IL_LANG_SOURCES = \
language/tree-il/spec.scm
CPS_LANG_SOURCES = \
- language/cps.scm \
- language/cps/compile-bytecode.scm \
- language/cps/dfg.scm \
- language/cps/primitives.scm \
- language/cps/renumber.scm \
- language/cps/slot-allocation.scm \
- language/cps/spec.scm \
- language/cps/verify.scm
+ language/cps/primitives.scm
CPS2_LANG_SOURCES = \
language/cps2.scm \
language/cps2/closure-conversion.scm \
language/cps2/compile-bytecode.scm \
- language/cps2/compile-cps.scm \
language/cps2/constructors.scm \
language/cps2/contification.scm \
language/cps2/cse.scm \