-steens doesn't use the inlined globals facility.

llvm-svn: 20712
This commit is contained in:
Chris Lattner 2005-03-20 04:23:57 +00:00
parent ff634f4e32
commit ded489ec3b
1 changed files with 1 additions and 2 deletions

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