mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 22:24:54 +00:00
Switch to using the right call vector
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5517 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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.
|
||||
//
|
||||
|
Reference in New Issue
Block a user