diff options
author | Chris Lattner <sabre@nondot.org> | 2006-05-12 17:41:45 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-05-12 17:41:45 +0000 |
commit | ce9ac0cdabd9d5c28ea81f4030e40e0a6662641d (patch) | |
tree | 5706a6b95b17531ed846f98732019b23d2021d68 /llvm/lib/Analysis/DataStructure | |
parent | f76c42776dbe1377918469ea6bbdf246c3195c95 (diff) | |
download | bcm5719-llvm-ce9ac0cdabd9d5c28ea81f4030e40e0a6662641d.tar.gz bcm5719-llvm-ce9ac0cdabd9d5c28ea81f4030e40e0a6662641d.zip |
Remove dead variable
llvm-svn: 28249
Diffstat (limited to 'llvm/lib/Analysis/DataStructure')
-rw-r--r-- | llvm/lib/Analysis/DataStructure/EquivClassGraphs.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Analysis/DataStructure/EquivClassGraphs.cpp b/llvm/lib/Analysis/DataStructure/EquivClassGraphs.cpp index 4aa65b2a036..cc536a7f89c 100644 --- a/llvm/lib/Analysis/DataStructure/EquivClassGraphs.cpp +++ b/llvm/lib/Analysis/DataStructure/EquivClassGraphs.cpp @@ -41,8 +41,6 @@ namespace { #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); |