forked from OSchip/llvm-project
Increased worklist limit for GRSimpleVals.
llvm-svn: 48037
This commit is contained in:
parent
2bdd77696e
commit
0440494b66
|
@ -101,7 +101,7 @@ unsigned RunGRSimpleVals(CFG& cfg, FunctionDecl& FD, ASTContext& Ctx,
|
|||
CheckerState->setTransferFunctions(GRSV);
|
||||
|
||||
// Execute the worklist algorithm.
|
||||
Engine.ExecuteWorkList(20000);
|
||||
Engine.ExecuteWorkList(50000);
|
||||
|
||||
SourceManager& SrcMgr = Ctx.getSourceManager();
|
||||
|
||||
|
|
Loading…
Reference in New Issue