A few fixes for debug

This commit is contained in:
Alexey Prokhin
2010-10-31 12:11:16 +03:00
parent d0c7a5a3cb
commit bca5491974
3 changed files with 9 additions and 24 deletions

View File

@@ -178,11 +178,6 @@ struct IRState
// 'used' array solely for keeping a reference to globals
std::vector<LLConstant*> usedArray;
// dwarf dbg stuff
LLGlobalVariable* dwarfCUs;
LLGlobalVariable* dwarfSPs;
LLGlobalVariable* dwarfGVs;
};
template <typename InputIterator>