-steens doesn't use the inlined globals facility.
authorChris Lattner <sabre@nondot.org>
Sun, 20 Mar 2005 04:23:57 +0000 (04:23 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 20 Mar 2005 04:23:57 +0000 (04:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20712 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/DataStructure/Steensgaard.cpp

index d62d6993182a6486126f7d606a82919e7ebd27f1..5105f5638f7dc1bd0f045f7d7ca809af774545cb 100644 (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