-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:
Chris Lattner 2005-03-20 04:23:57 +00:00
parent 9b426bdd81
commit 5f75ff65bc

View File

@ -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