summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/LegacyPassManager.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2018-04-01 21:54:26 +0000
committerCraig Topper <craig.topper@intel.com>2018-04-01 21:54:26 +0000
commitf5730c38e972f90f7eaef67d526885f137ace6ca (patch)
treeef0ed07bd2d1a2ff134357a0058a4af29c2140d4 /llvm/lib/IR/LegacyPassManager.cpp
parent9f834810ea1163fb629cbe86daa1efce6b1c6717 (diff)
downloadbcm5719-llvm-f5730c38e972f90f7eaef67d526885f137ace6ca.tar.gz
bcm5719-llvm-f5730c38e972f90f7eaef67d526885f137ace6ca.zip
[LegacyPassManager] Make 'print-module-scope' cl::Hidden like the rest of the printing options.
llvm-svn: 328947
Diffstat (limited to 'llvm/lib/IR/LegacyPassManager.cpp')
-rw-r--r--llvm/lib/IR/LegacyPassManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/IR/LegacyPassManager.cpp b/llvm/lib/IR/LegacyPassManager.cpp
index 8bd9ed6ef0f..c13e710dd3b 100644
--- a/llvm/lib/IR/LegacyPassManager.cpp
+++ b/llvm/lib/IR/LegacyPassManager.cpp
@@ -86,7 +86,7 @@ static cl::opt<bool>
PrintModuleScope("print-module-scope",
cl::desc("When printing IR for print-[before|after]{-all} "
"always print a module IR"),
- cl::init(false));
+ cl::init(false), cl::Hidden);
static cl::list<std::string>
PrintFuncsList("filter-print-funcs", cl::value_desc("function names"),
OpenPOWER on IntegriCloud