summaryrefslogtreecommitdiff
path: root/src/expr/proof_rule.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/proof_rule.cpp')
-rw-r--r--src/expr/proof_rule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/proof_rule.cpp b/src/expr/proof_rule.cpp
index 02323b606..c2a6a30f6 100644
--- a/src/expr/proof_rule.cpp
+++ b/src/expr/proof_rule.cpp
@@ -140,7 +140,7 @@ const char* toString(PfRule id)
case PfRule::BV_BITBLAST_NOR: return "BV_BITBLAST_NOR";
case PfRule::BV_BITBLAST_COMP: return "BV_BITBLAST_COMP";
case PfRule::BV_BITBLAST_MULT: return "BV_BITBLAST_MULT";
- case PfRule::BV_BITBLAST_PLUS: return "BV_BITBLAST_PLUS";
+ case PfRule::BV_BITBLAST_ADD: return "BV_BITBLAST_ADD";
case PfRule::BV_BITBLAST_SUB: return "BV_BITBLAST_SUB";
case PfRule::BV_BITBLAST_NEG: return "BV_BITBLAST_NEG";
case PfRule::BV_BITBLAST_UDIV: return "BV_BITBLAST_UDIV";
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback