From f5730c38e972f90f7eaef67d526885f137ace6ca Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Sun, 1 Apr 2018 21:54:26 +0000 Subject: [LegacyPassManager] Make 'print-module-scope' cl::Hidden like the rest of the printing options. llvm-svn: 328947 --- llvm/lib/IR/LegacyPassManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/IR/LegacyPassManager.cpp') 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 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 PrintFuncsList("filter-print-funcs", cl::value_desc("function names"), -- cgit v1.2.3