From 6da5297c4997b612e6ccd3c9a4fabc79a2c7f3a3 Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Mon, 11 Mar 2019 14:26:34 +0000 Subject: Renamed --use-construct-hash to --use-construct-hash-stp and moved it and use-construct-hash-z3 to the expression building/printing category --- lib/Solver/STPBuilder.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lib/Solver/STPBuilder.cpp') diff --git a/lib/Solver/STPBuilder.cpp b/lib/Solver/STPBuilder.cpp index 8ec35762..57dea28b 100644 --- a/lib/Solver/STPBuilder.cpp +++ b/lib/Solver/STPBuilder.cpp @@ -44,9 +44,10 @@ using namespace klee; namespace { llvm::cl::opt - UseConstructHash("use-construct-hash", - llvm::cl::desc("Use hash-consing during STP query construction."), - llvm::cl::init(true)); + UseConstructHash("use-construct-hash-stp", + llvm::cl::desc("Use hash-consing during STP query construction (default=true)"), + llvm::cl::init(true), + llvm::cl::cat(klee::ExprCat)); } /// -- cgit 1.4.1