From: Chris Lattner Date: Sun, 9 Feb 2003 19:26:47 +0000 (+0000) Subject: Switch to using the right call vector X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=af283517733653c3a585e2fdcd9d995eaac6b88f;p=oota-llvm.git Switch to using the right call vector git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5517 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/DataStructure/Steensgaard.cpp b/lib/Analysis/DataStructure/Steensgaard.cpp index d024266c754..5a37791ca12 100644 --- a/lib/Analysis/DataStructure/Steensgaard.cpp +++ b/lib/Analysis/DataStructure/Steensgaard.cpp @@ -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. //