mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 23:29:20 +00:00
Increase limit for perimeter
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2081 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
aedcb72805
commit
bab4a90cb9
@ -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