Make this build in release mode
authorChris Lattner <sabre@nondot.org>
Thu, 11 Nov 2004 22:11:17 +0000 (22:11 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 11 Nov 2004 22:11:17 +0000 (22:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17684 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/DataStructure/EquivClassGraphs.cpp

index 40c6a218bac174b3c46dbac2961eca4832995e05..136d1ef7692b4764585905aec9aa5e7b09560499 100644 (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();