From 38c0f6796e15c409e05aea39c670ac0063a336e0 Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Fri, 16 Feb 2024 21:21:42 +0000 Subject: Rename --ptree-batch-size to --exec-tree-batch size, and --compress-execution-tree to --compress-exec-tree. Fix an incorrect reference to --write-exec-tree. --- lib/Core/ExecutionTree.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Core/ExecutionTree.cpp') diff --git a/lib/Core/ExecutionTree.cpp b/lib/Core/ExecutionTree.cpp index fb4913c7..a2c8821c 100644 --- a/lib/Core/ExecutionTree.cpp +++ b/lib/Core/ExecutionTree.cpp @@ -29,7 +29,7 @@ llvm::cl::OptionCategory namespace { llvm::cl::opt CompressExecutionTree( - "compress-execution-tree", + "compress-exec-tree", llvm::cl::desc("Remove intermediate nodes in the execution " "tree whenever possible (default=false)"), llvm::cl::init(false), llvm::cl::cat(ExecTreeCat)); -- cgit 1.4.1