mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-17 04:24:00 +00:00
don't bother |'ing in 0's
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20815 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -369,7 +369,6 @@ void BUDataStructures::calculateGraph(DSGraph &Graph) {
|
||||
<< Graph.getFunctionNames() << "' [" << Graph.getGraphSize() <<"+"
|
||||
<< Graph.getAuxFunctionCalls().size() << "]\n");
|
||||
Graph.mergeInGraph(CS, *Callee, *GI,
|
||||
DSGraph::KeepModRefBits |
|
||||
DSGraph::StripAllocaBit|DSGraph::DontCloneCallNodes);
|
||||
++NumBUInlines;
|
||||
} else {
|
||||
@ -444,7 +443,6 @@ void BUDataStructures::calculateGraph(DSGraph &Graph) {
|
||||
<< Graph.getAuxFunctionCalls().size() << "]\n");
|
||||
|
||||
Graph.mergeInGraph(CS, IndCallGraph.second, *GI,
|
||||
DSGraph::KeepModRefBits |
|
||||
DSGraph::StripAllocaBit |
|
||||
DSGraph::DontCloneCallNodes);
|
||||
++NumBUInlines;
|
||||
|
Reference in New Issue
Block a user