mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Make a couple of command lines static and remove an unnecessary
initialization. llvm-svn: 209320
This commit is contained in:
parent
ae30c092e2
commit
ab736331f1
@ -75,13 +75,11 @@ OptLevel("O",
|
||||
static cl::opt<std::string>
|
||||
TargetTriple("mtriple", cl::desc("Override target triple for module"));
|
||||
|
||||
cl::opt<bool> NoVerify("disable-verify", cl::Hidden,
|
||||
cl::desc("Do not verify input module"));
|
||||
static cl::opt<bool> NoVerify("disable-verify", cl::Hidden,
|
||||
cl::desc("Do not verify input module"));
|
||||
|
||||
cl::opt<bool>
|
||||
DisableSimplifyLibCalls("disable-simplify-libcalls",
|
||||
cl::desc("Disable simplify-libcalls"),
|
||||
cl::init(false));
|
||||
static cl::opt<bool> DisableSimplifyLibCalls("disable-simplify-libcalls",
|
||||
cl::desc("Disable simplify-libcalls"));
|
||||
|
||||
static int compileModule(char**, LLVMContext&);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user