From ad55ee83c341dc54c3f38bb39004973d0ebbb4ab Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Wed, 3 Jan 2018 18:25:42 +0100 Subject: $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. --- module/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'module/Makefile.am') 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 \ -- cgit v1.2.1