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:
Chris Lattner 2004-11-11 22:11:17 +00:00
parent 0aa189949c
commit 04252fed78

View File

@ -74,7 +74,7 @@ getSomeCalleeForCallSite(const CallSite &CS) const {
//
bool PA::EquivClassGraphs::runOnModule(Module &M) {
CBU = &getAnalysis<CompleteBUDataStructures>();
CheckAllGraphs(&M, *CBU);
DEBUG(CheckAllGraphs(&M, *CBU));
GlobalsGraph = new DSGraph(CBU->getGlobalsGraph());
GlobalsGraph->setPrintAuxCalls();