mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-04 23:32:00 +00:00
Make this build in release mode
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17684 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0aa189949c
commit
04252fed78
@ -74,7 +74,7 @@ getSomeCalleeForCallSite(const CallSite &CS) const {
|
|||||||
//
|
//
|
||||||
bool PA::EquivClassGraphs::runOnModule(Module &M) {
|
bool PA::EquivClassGraphs::runOnModule(Module &M) {
|
||||||
CBU = &getAnalysis<CompleteBUDataStructures>();
|
CBU = &getAnalysis<CompleteBUDataStructures>();
|
||||||
CheckAllGraphs(&M, *CBU);
|
DEBUG(CheckAllGraphs(&M, *CBU));
|
||||||
|
|
||||||
GlobalsGraph = new DSGraph(CBU->getGlobalsGraph());
|
GlobalsGraph = new DSGraph(CBU->getGlobalsGraph());
|
||||||
GlobalsGraph->setPrintAuxCalls();
|
GlobalsGraph->setPrintAuxCalls();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user