Skip to content
Snippets Groups Projects
Commit 9db4ee84 authored by Petr Rockai's avatar Petr Rockai
Browse files

bricks: Remove the unused smt_op::constraint pseudo-operation.

parent d0e10929
No related branches found
No related tags found
No related merge requests found
...@@ -58,8 +58,7 @@ namespace brq ...@@ -58,8 +58,7 @@ namespace brq
fp_add, fp_sub, fp_mul, fp_div, fp_rem, fp_add, fp_sub, fp_mul, fp_div, fp_rem,
fp_false, fp_oeq, fp_ogt, fp_oge, fp_olt, fp_ole, /* fp_one, */ fp_ord, fp_false, fp_oeq, fp_ogt, fp_oge, fp_olt, fp_ole, /* fp_one, */ fp_ord,
fp_true, fp_ueq, fp_ugt, fp_uge, fp_ult, fp_ule, /* fp_une, */ fp_uno, fp_true, fp_ueq, fp_ugt, fp_uge, fp_ult, fp_ule, /* fp_une, */ fp_uno,
bv_extract, bv_concat, bv_extract, bv_concat
constraint
}; };
using smt_varid_t = uint16_t; using smt_varid_t = uint16_t;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment