1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

Hide -global-merge option.

llvm-svn: 138540
This commit is contained in:
Evan Cheng 2011-08-25 01:22:49 +00:00
parent 892a6238e9
commit 7de8defb9c

View File

@ -22,7 +22,7 @@
using namespace llvm;
static cl::opt<bool>
EnableGlobalMerge("global-merge",
EnableGlobalMerge("global-merge", cl::Hidden,
cl::desc("Enable global merge pass"),
cl::init(true));