mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Remove dead variable
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28249 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b57b516f6d
commit
82db0696a1
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user