summaryrefslogtreecommitdiff
path: root/module/Makefile.am
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2019-08-12 22:07:56 +0200
committerAndy Wingo <wingo@pobox.com>2019-08-13 12:53:10 +0200
commitbba4ce222d1e0b96051947eea1a22bdd90c6b785 (patch)
tree423ad82b5d27eacb1111883f876530ec42b756bb /module/Makefile.am
parent382cc5c246ccbe8dc1f6fa589f4fcf7f076fab69 (diff)
downloadguile-bba4ce222d1e0b96051947eea1a22bdd90c6b785.tar.gz
Split graph utilities out of (language cps utils)
* module/language/cps/graphs.scm: New file. * module/language/cps/utils.scm: Re-export functions from graphs.scm. * am/bootstrap.am: * module/Makefile.am: Add to build.
Diffstat (limited to 'module/Makefile.am')
-rw-r--r--module/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/Makefile.am b/module/Makefile.am
index c72fb9228..252ae123b 100644
--- a/module/Makefile.am
+++ b/module/Makefile.am
@@ -1,7 +1,6 @@
## Process this file with automake to produce Makefile.in.
##
-## Copyright (C) 2009, 2010, 2011, 2012, 2013,
-## 2014, 2015, 2017, 2018 Free Software Foundation, Inc.
+## Copyright (C) 2009-2019 Free Software Foundation, Inc.
##
## This file is part of GUILE.
##
@@ -136,6 +135,7 @@ SOURCES = \
language/cps/dce.scm \
language/cps/devirtualize-integers.scm \
language/cps/effects-analysis.scm \
+ language/cps/graphs.scm \
language/cps/intmap.scm \
language/cps/intset.scm \
language/cps/licm.scm \