summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/theory/strings/regexp_elim.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/strings/regexp_elim.cpp b/src/theory/strings/regexp_elim.cpp
index b6a997629..478085c9c 100644
--- a/src/theory/strings/regexp_elim.cpp
+++ b/src/theory/strings/regexp_elim.cpp
@@ -575,5 +575,5 @@ Node RegExpElimination::returnElim(Node atom, Node atomElim, const char* id)
{
Trace("re-elim") << "re-elim: " << atom << " to " << atomElim << " by " << id
<< "." << std::endl;
- return atomElim;
+ return Rewriter::rewrite(atomElim);
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback