projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0aa1899
)
Make this build in release mode
author
Chris Lattner
<sabre@nondot.org>
Thu, 11 Nov 2004 22:11:17 +0000
(22:11 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/lib/Analysis/DataStructure/EquivClassGraphs.cpp
b/lib/Analysis/DataStructure/EquivClassGraphs.cpp
index 40c6a218bac174b3c46dbac2961eca4832995e05..136d1ef7692b4764585905aec9aa5e7b09560499 100644
(file)
--- 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();