Skip to content

Commit 3ef840d

Browse files
committed
We should do this for tri as well I think
1 parent 9404a4c commit 3ef840d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/comp_analyzer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ void CompAnalyzer::record_comp(const uint32_t var, const uint32_t sup_comp_long_
340340
if (is_true(l1) || is_true(l2)) {
341341
archetype.clear_cl(d.id);
342342
sat = true;
343-
/* goto end_sat; */
343+
goto end_sat;
344344
} else {
345345
bump_freq_score(v);
346346
manage_occ_and_score_of(l1.var());

0 commit comments

Comments
 (0)