Skip to content

Commit

Permalink
adding back dropped return statement (#4611)
Browse files Browse the repository at this point in the history
  • Loading branch information
veanes authored Aug 2, 2020
1 parent 06f34bd commit 7fa5b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/smt/seq_regex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ namespace smt {
expr_ref s_to_re(re().mk_to_re(s), m);
expr_ref dotstar(re().mk_full_seq(m.get_sort(s_to_re)), m);
if (m.is_value(s))
s_to_re;
return s_to_re;

if (str().is_concat(s)) {
expr_ref_vector es(m);
Expand Down

0 comments on commit 7fa5b31

Please sign in to comment.