commit | 04252fed78df959de8d66dc23fab3815ec5b701b | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu Nov 11 22:11:17 2004 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu Nov 11 22:11:17 2004 +0000 |
tree | 33816100c70699c30aed8f19cfc7a39c0df31aa3 | |
parent | 0aa189949ccc5bd4d267494dfb939dfea1c3f555 [diff] [blame] |
Make this build in release mode git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17684 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/DataStructure/EquivClassGraphs.cpp b/lib/Analysis/DataStructure/EquivClassGraphs.cpp index 40c6a21..136d1ef 100644 --- a/lib/Analysis/DataStructure/EquivClassGraphs.cpp +++ b/lib/Analysis/DataStructure/EquivClassGraphs.cpp
@@ -74,7 +74,7 @@ // bool PA::EquivClassGraphs::runOnModule(Module &M) { CBU = &getAnalysis<CompleteBUDataStructures>(); - CheckAllGraphs(&M, *CBU); + DEBUG(CheckAllGraphs(&M, *CBU)); GlobalsGraph = new DSGraph(CBU->getGlobalsGraph()); GlobalsGraph->setPrintAuxCalls();