We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 74075ec + 7979553 commit bf6d759Copy full SHA for bf6d759
src/solvers/smt2_incremental/convert_expr_to_smt.cpp
@@ -1462,7 +1462,7 @@ static smt_termt convert_expr_to_smt(
1462
const sub_expression_mapt &converted)
1463
{
1464
UNIMPLEMENTED_FEATURE(
1465
- "Generation of SMT formula for byte swap expression: " +
+ "Generation of SMT formula for count trailing zeros expression: " +
1466
count_trailing_zeros.pretty());
1467
}
1468
0 commit comments