Skip to content

Commit 7979553

Browse files
committed
Fix INVARIANT message for unimplemented count trailing zeros
Because this previously yielded a byte swap message which does not match the kind of expresion which triggers it.
1 parent 74075ec commit 7979553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solvers/smt2_incremental/convert_expr_to_smt.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1462,7 +1462,7 @@ static smt_termt convert_expr_to_smt(
14621462
const sub_expression_mapt &converted)
14631463
{
14641464
UNIMPLEMENTED_FEATURE(
1465-
"Generation of SMT formula for byte swap expression: " +
1465+
"Generation of SMT formula for count trailing zeros expression: " +
14661466
count_trailing_zeros.pretty());
14671467
}
14681468

0 commit comments

Comments
 (0)