mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-14 17:28:53 +00:00
Increase limit for perimeter
llvm-svn: 2081
This commit is contained in:
parent
ce662b0ee9
commit
f9097b54be
@ -98,7 +98,7 @@ void FunctionDSGraph::computeClosure(const DataStructure &DS) {
|
||||
CallDSNode *CN = *NI;
|
||||
Function *F = CN->getCall()->getCalledFunction();
|
||||
|
||||
if (NumInlines++ == 20) { // CUTE hack huh?
|
||||
if (NumInlines++ == 40) { // CUTE hack huh?
|
||||
cerr << "Infinite (?) recursion halted\n";
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user