aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DataStructure/EquivClassGraphs.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-11-11 22:11:17 +0000
committerChris Lattner <sabre@nondot.org>2004-11-11 22:11:17 +0000
commit04252fed78df959de8d66dc23fab3815ec5b701b (patch)
tree33816100c70699c30aed8f19cfc7a39c0df31aa3 /lib/Analysis/DataStructure/EquivClassGraphs.cpp
parent0aa189949ccc5bd4d267494dfb939dfea1c3f555 (diff)
Make this build in release mode
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17684 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/DataStructure/EquivClassGraphs.cpp')
-rw-r--r--lib/Analysis/DataStructure/EquivClassGraphs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/DataStructure/EquivClassGraphs.cpp b/lib/Analysis/DataStructure/EquivClassGraphs.cpp
index 40c6a218ba..136d1ef769 100644
--- a/lib/Analysis/DataStructure/EquivClassGraphs.cpp
+++ b/lib/Analysis/DataStructure/EquivClassGraphs.cpp
@@ -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();