about summary refs log tree commit diff homepage
path: root/lib/Core/ExecutionTree.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Core/ExecutionTree.cpp')
-rw-r--r--lib/Core/ExecutionTree.cpp2
1 files changed, 1 insertions, 1 deletions
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<bool> 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));