summaryrefslogtreecommitdiff
path: root/module/Makefile.am
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2018-01-03 18:25:42 +0100
committerAndy Wingo <wingo@pobox.com>2018-01-03 21:25:55 +0100
commitad55ee83c341dc54c3f38bb39004973d0ebbb4ab (patch)
treed77a529ef71eb44189532617d379d889da343870 /module/Makefile.am
parentde5c81b1d14e29799e7ba957f5db1db1231207e2 (diff)
downloadguile-ad55ee83c341dc54c3f38bb39004973d0ebbb4ab.tar.gz
$throw is a new kind of CPS term
* module/language/cps.scm ($throw): New term type that doesn't have a continuation. Adapt all callers. Remove now-unneeded "prune-bailouts" pass.
Diffstat (limited to 'module/Makefile.am')
-rw-r--r--module/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/module/Makefile.am b/module/Makefile.am
index 535b5d8d3..b582bbb2d 100644
--- a/module/Makefile.am
+++ b/module/Makefile.am
@@ -1,7 +1,7 @@
## Process this file with automake to produce Makefile.in.
##
## Copyright (C) 2009, 2010, 2011, 2012, 2013,
-## 2014, 2015, 2017 Free Software Foundation, Inc.
+## 2014, 2015, 2017, 2018 Free Software Foundation, Inc.
##
## This file is part of GUILE.
##
@@ -142,7 +142,6 @@ SOURCES = \
language/cps/licm.scm \
language/cps/optimize.scm \
language/cps/peel-loops.scm \
- language/cps/prune-bailouts.scm \
language/cps/prune-top-level-scopes.scm \
language/cps/reify-primitives.scm \
language/cps/renumber.scm \