mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-07 11:51:13 +00:00
-steens doesn't use the inlined globals facility.
llvm-svn: 20712
This commit is contained in:
parent
cb59ad59dc
commit
a09de3da5d
@ -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…
Reference in New Issue
Block a user