forked from OSchip/llvm-project
parent
4c609abd90
commit
99ad4ba227
|
@ -42,7 +42,7 @@ enum PassDebugLevel {
|
|||
None, Arguments, Structure, Executions, Details
|
||||
};
|
||||
|
||||
bool VerifyDomInfo = true;
|
||||
bool VerifyDomInfo = false;
|
||||
static cl::opt<bool,true>
|
||||
VerifyDomInfoX("verify-dom-info", cl::location(VerifyDomInfo),
|
||||
cl::desc("Verify dominator info (time consuming)"));
|
||||
|
|
Loading…
Reference in New Issue