mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
[LegacyPassManager] Make 'print-module-scope' cl::Hidden like the rest of the printing options.
llvm-svn: 328947
This commit is contained in:
parent
bcef2c5947
commit
8db63fe501
@ -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
Block a user