Switch to using the right call vector
authorChris Lattner <sabre@nondot.org>
Sun, 9 Feb 2003 19:26:47 +0000 (19:26 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 9 Feb 2003 19:26:47 +0000 (19:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5517 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/DataStructure/Steensgaard.cpp

index d024266c754bfd7d0f61d686af68a5340624592c..5a37791ca12479bc7858f6c5afcec2e08cd939b9 100644 (file)
@@ -111,6 +111,8 @@ bool Steens::run(Module &M) {
   ResultGraph = new DSGraph();
   GlobalsGraph = new DSGraph();
   ResultGraph->setGlobalsGraph(GlobalsGraph);
+  ResultGraph->setPrintAuxCalls();
+
   // RetValMap - Keep track of the return values for all functions that return
   // valid pointers.
   //