Skip to content

Commit f5730c3

Browse files
committed
[LegacyPassManager] Make 'print-module-scope' cl::Hidden like the rest of the printing options.
llvm-svn: 328947
1 parent 9f83481 commit f5730c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/IR/LegacyPassManager.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ static cl::opt<bool>
8686
PrintModuleScope("print-module-scope",
8787
cl::desc("When printing IR for print-[before|after]{-all} "
8888
"always print a module IR"),
89-
cl::init(false));
89+
cl::init(false), cl::Hidden);
9090

9191
static cl::list<std::string>
9292
PrintFuncsList("filter-print-funcs", cl::value_desc("function names"),

0 commit comments

Comments
 (0)