commit | af283517733653c3a585e2fdcd9d995eaac6b88f | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Feb 09 19:26:47 2003 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Feb 09 19:26:47 2003 +0000 |
tree | 4fc2b53d422557b6ce6e1d8472528697c2b5ef2d | |
parent | 7e38fbe3741ea25d0eaabdbf6396227a7bc1dd5c [diff] [blame] |
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 d024266..5a37791 100644 --- a/lib/Analysis/DataStructure/Steensgaard.cpp +++ b/lib/Analysis/DataStructure/Steensgaard.cpp
@@ -111,6 +111,8 @@ 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. //