From: Chris Lattner Date: Sun, 20 Mar 2005 04:23:57 +0000 (+0000) Subject: -steens doesn't use the inlined globals facility. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5f75ff65bc39d2d837afbc6ab455fa113ba3abac;p=oota-llvm.git -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 --- diff --git a/lib/Analysis/DataStructure/Steensgaard.cpp b/lib/Analysis/DataStructure/Steensgaard.cpp index d62d6993182..5105f5638f7 100644 --- a/lib/Analysis/DataStructure/Steensgaard.cpp +++ b/lib/Analysis/DataStructure/Steensgaard.cpp @@ -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