summaryrefslogtreecommitdiff
path: root/module/Makefile.am
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2021-06-15 15:31:02 +0200
committerAndy Wingo <wingo@pobox.com>2021-10-01 11:33:10 +0200
commit426867ac7de8281cd5d8be1e152c7c04835782e9 (patch)
tree4436422eb2c377241b304056c921d5111cb09032 /module/Makefile.am
parentc8c35c6987a1f072aacb5d8d2a41b245d255dac2 (diff)
downloadguile-426867ac7de8281cd5d8be1e152c7c04835782e9.tar.gz
Add CPS pretty-printer
* module/language/cps/dump.scm: New file. * module/Makefile.am (SOURCES): Add to build.
Diffstat (limited to 'module/Makefile.am')
-rw-r--r--module/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/Makefile.am b/module/Makefile.am
index 37786ed42..303f25e47 100644
--- a/module/Makefile.am
+++ b/module/Makefile.am
@@ -52,6 +52,7 @@ SOURCES = \
language/cps/cse.scm \
language/cps/dce.scm \
language/cps/devirtualize-integers.scm \
+ language/cps/dump.scm \
language/cps/elide-arity-checks.scm \
language/cps/effects-analysis.scm \
language/cps/graphs.scm \