mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-10 02:36:06 +00:00
-steens doesn't use the inlined globals facility.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20712 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9b426bdd81
commit
5f75ff65bc
@ -134,8 +134,7 @@ bool Steens::runOnModule(Module &M) {
|
||||
{ // Scope to free NodeMap memory ASAP
|
||||
DSGraph::NodeMapTy NodeMap;
|
||||
const DSGraph &FDSG = LDS.getDSGraph(*I);
|
||||
ResultGraph->cloneInto(FDSG, ValMap, RetValMap, NodeMap,
|
||||
DSGraph::UpdateInlinedGlobals);
|
||||
ResultGraph->cloneInto(FDSG, ValMap, RetValMap, NodeMap, 0);
|
||||
}
|
||||
|
||||
// Incorporate the inlined Function's ScalarMap into the global
|
||||
|
Loading…
x
Reference in New Issue
Block a user