[llvm-commits] CVS: llvm/lib/Analysis/DataStructure/EquivClassGraphs.cpp

Chris Lattner lattner at cs.uiuc.edu
Fri May 12 10:41:57 PDT 2006



Changes in directory llvm/lib/Analysis/DataStructure:

EquivClassGraphs.cpp updated: 1.46 -> 1.47
---
Log message:

Remove dead variable


---
Diffs of the changes:  (+0 -2)

 EquivClassGraphs.cpp |    2 --
 1 files changed, 2 deletions(-)


Index: llvm/lib/Analysis/DataStructure/EquivClassGraphs.cpp
diff -u llvm/lib/Analysis/DataStructure/EquivClassGraphs.cpp:1.46 llvm/lib/Analysis/DataStructure/EquivClassGraphs.cpp:1.47
--- llvm/lib/Analysis/DataStructure/EquivClassGraphs.cpp:1.46	Sun Jan 22 17:19:18 2006
+++ llvm/lib/Analysis/DataStructure/EquivClassGraphs.cpp	Fri May 12 12:41:45 2006
@@ -41,8 +41,6 @@
 #ifndef NDEBUG
 template<typename GT>
 static void CheckAllGraphs(Module *M, GT &ECGraphs) {
-  DSGraph &GG = ECGraphs.getGlobalsGraph();
-
   for (Module::iterator I = M->begin(), E = M->end(); I != E; ++I)
     if (!I->isExternal()) {
       DSGraph &G = ECGraphs.getDSGraph(*I);






More information about the llvm-commits mailing list