mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-04 02:24:29 +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:
@ -41,8 +41,6 @@ namespace {
|
|||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
template<typename GT>
|
template<typename GT>
|
||||||
static void CheckAllGraphs(Module *M, GT &ECGraphs) {
|
static void CheckAllGraphs(Module *M, GT &ECGraphs) {
|
||||||
DSGraph &GG = ECGraphs.getGlobalsGraph();
|
|
||||||
|
|
||||||
for (Module::iterator I = M->begin(), E = M->end(); I != E; ++I)
|
for (Module::iterator I = M->begin(), E = M->end(); I != E; ++I)
|
||||||
if (!I->isExternal()) {
|
if (!I->isExternal()) {
|
||||||
DSGraph &G = ECGraphs.getDSGraph(*I);
|
DSGraph &G = ECGraphs.getDSGraph(*I);
|
||||||
|
Reference in New Issue
Block a user