summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2021-11-07 21:37:33 -0800
committerAdrian Thurston <thurston@colm.net>2021-11-07 21:37:33 -0800
commita3d6031b7dd2b4975f37b64b1a08705e37c71356 (patch)
tree2b535864e035c8b98cbe088fdd7f1c0b8825dcae
parent8d66d3956abd64c4ebc89f14debc46ebc16f85da (diff)
downloadcolm-a3d6031b7dd2b4975f37b64b1a08705e37c71356.tar.gz
can remove the now empty allocgen.cc
-rw-r--r--src/libfsm/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libfsm/Makefile.am b/src/libfsm/Makefile.am
index 3fc5cbcc..98a8edf4 100644
--- a/src/libfsm/Makefile.am
+++ b/src/libfsm/Makefile.am
@@ -26,7 +26,7 @@ libfsm_la_CPPFLAGS = -I$(top_srcdir)/src/aapl
dist_libfsm_la_SOURCES = \
idbase.cc fsmstate.cc fsmbase.cc fsmattach.cc fsmmin.cc fsmgraph.cc \
fsmap.cc fsmcond.cc fsmnfa.cc redfsm.cc gendata.cc \
- allocgen.cc codegen.cc \
+ codegen.cc \
actexp.cc binvar.cc \
tables.cc tabgoto.cc tabbreak.cc tabvar.cc \
binary.cc bingoto.cc binbreak.cc actloop.cc \