Disable dom info verifier by default.

llvm-svn: 52983
This commit is contained in:
Devang Patel 2008-07-01 21:36:11 +00:00
parent 4c609abd90
commit 99ad4ba227
1 changed files with 1 additions and 1 deletions

View File

@ -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)"));