summaryrefslogtreecommitdiff
path: root/src/synthesis.cc
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2018-05-15 17:36:30 -0400
committerAdrian Thurston <thurston@colm.net>2018-05-15 17:36:30 -0400
commit44f8ba6d73a3de862d05c5606fda32a3141018aa (patch)
tree5cc799c662eebfeda0382795303ca020a31ca7f9 /src/synthesis.cc
parentc6868422f732147146fd4cf58252187df1afb438 (diff)
downloadcolm-44f8ba6d73a3de862d05c5606fda32a3141018aa.tar.gz
merged the EXIT instructions into PARSE_FRAG
Diffstat (limited to 'src/synthesis.cc')
-rw-r--r--src/synthesis.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/synthesis.cc b/src/synthesis.cc
index c351c50f..f2526d49 100644
--- a/src/synthesis.cc
+++ b/src/synthesis.cc
@@ -1422,7 +1422,6 @@ void LangTerm::parseFrag( Compiler *pd, CodeVect &code, int stopId )
{
code.append( IN_PARSE_LOAD );
code.append( IN_PARSE_FRAG_W );
- code.append( IN_PARSE_FRAG_EXIT_W );
}
UniqueType *LangTerm::evaluateReadReduce( Compiler *pd, CodeVect &code ) const