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

@@ -68,10 +68,6 @@ IRState::IRState(llvm::Module* m)
mainFunc = 0;
ir.state = this;
asmBlock = NULL;
dwarfCUs = NULL;
dwarfSPs = NULL;
dwarfGVs = NULL;
}
IrFunction* IRState::func()