diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-02-09 19:26:47 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-02-09 19:26:47 +0000 |
| commit | 4e0457a027b40ddba93210c526083aff2a6c5f80 (patch) | |
| tree | 567a83df8632817a8d83d14e8643613450be9524 /llvm/lib | |
| parent | 8a8407d1fd0b25afd191a2a1da248f5ed30c86f2 (diff) | |
| download | bcm5719-llvm-4e0457a027b40ddba93210c526083aff2a6c5f80.tar.gz bcm5719-llvm-4e0457a027b40ddba93210c526083aff2a6c5f80.zip | |
Switch to using the right call vector
llvm-svn: 5517
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Analysis/DataStructure/Steensgaard.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Analysis/DataStructure/Steensgaard.cpp b/llvm/lib/Analysis/DataStructure/Steensgaard.cpp index d024266c754..5a37791ca12 100644 --- a/llvm/lib/Analysis/DataStructure/Steensgaard.cpp +++ b/llvm/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. // |

