Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ajreynol committed Feb 24, 2025
1 parent 6a93946 commit 1d14ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theory/bv/theory_bv_rewriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ TheoryBVRewriter::TheoryBVRewriter(NodeManager* nm) : TheoryRewriter(nm)
initializeRewrites();
registerProofRewriteRule(ProofRewriteRule::MACRO_BV_EQ_SOLVE,
TheoryRewriteCtx::POST_DSL);
registerProofRewriteRule(ProofRewriteRule::MACRO_BV_ASHR_BY_CONST,
registerProofRewriteRule(ProofRewriteRule::MACRO_BV_EXTRACT_CONCAT,
TheoryRewriteCtx::POST_DSL);
registerProofRewriteRule(ProofRewriteRule::MACRO_BV_OR_SIMPLIFY,
TheoryRewriteCtx::POST_DSL);
Expand Down

0 comments on commit 1d14ddf

Please sign in to comment.