summaryrefslogtreecommitdiff
path: root/src/theory
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2019-04-30 11:36:14 -0700
committerAndres Noetzli <andres.noetzli@gmail.com>2019-04-30 11:36:14 -0700
commit18504c2e1d43ec5e700f41ecaf195c52bf384f14 (patch)
tree4d8ef3141450f957b0b352fcf63a60505b0d80da /src/theory
parentb1848b73e1bd56e4fef239fa48e1b41b1f88b91a (diff)
Diffstat (limited to 'src/theory')
-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