forked from OSchip/llvm-project
[LegacyPassManager] Make 'print-module-scope' cl::Hidden like the rest of the printing options.
llvm-svn: 328947
This commit is contained in:
parent
9f834810ea
commit
f5730c38e9
|
@ -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"),
|
||||
|
|
Loading…
Reference in New Issue