mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 06:30:16 +00:00
ONLY merge in the aux call sites, this causes a HUGE speedup
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4640 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
acf491f0b4
commit
70925b0569
@ -112,7 +112,8 @@ DSGraph &BUDataStructures::calculateGraph(Function &F) {
|
||||
<< " in: " << F.getName() << "\n");
|
||||
|
||||
// Handle self recursion by resolving the arguments and return value
|
||||
Graph->mergeInGraph(Call, GI, DSGraph::StripAllocaBit);
|
||||
Graph->mergeInGraph(Call, GI, DSGraph::StripAllocaBit |
|
||||
DSGraph::DontCloneCallNodes);
|
||||
|
||||
// Erase the entry in the Callees vector
|
||||
Callees.erase(Callees.begin()+c--);
|
||||
|
Loading…
x
Reference in New Issue
Block a user