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); _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits