Skip to content

Commit

Permalink
bug in qe_lite
Browse files Browse the repository at this point in the history
  • Loading branch information
agurfinkel authored and NikolajBjorner committed Aug 9, 2019
1 parent e2d91ce commit 52acbf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qe/qe_lite.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ namespace eq {
continue;
if (is_sub_extract(vars[i]->get_idx(), definitions[i])) {
order.push_back(i);
done.mark(definitions[i]);
continue;
}
var * v = vars[i];
Expand Down

0 comments on commit 52acbf1

Please sign in to comment.