Skip to content

Commit 4205d75

Browse files
committed
the --fixedbv option will eventually disappear
1 parent ce9aa98 commit 4205d75

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/cbmc/cbmc_parse_options.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ class optionst;
3636
"(smt1)(smt2)(fpa)(cvc3)(cvc4)(boolector)(yices)(z3)(opensmt)(mathsat)" \
3737
"(no-sat-preprocessor)" \
3838
"(no-pretty-names)(beautify)" \
39-
"(fixedbv)" \
4039
"(dimacs)(refine)(max-node-refinement):(refine-arrays)(refine-arithmetic)(aig)" \
4140
"(16)(32)(64)(LP64)(ILP64)(LLP64)(ILP32)(LP32)" \
4241
"(little-endian)(big-endian)" \
@@ -56,7 +55,7 @@ class optionst;
5655
"(round-to-nearest)(round-to-plus-inf)(round-to-minus-inf)(round-to-zero)" \
5756
"(graphml-witness):" \
5857
"(localize-faults)(localize-faults-method):" \
59-
"(floatbv)(all-claims)(all-properties)" // legacy, and will eventually disappear
58+
"(fixedbv)(floatbv)(all-claims)(all-properties)" // legacy, and will eventually disappear
6059

6160
class cbmc_parse_optionst:
6261
public parse_options_baset,

0 commit comments

Comments
 (0)