comparison gen/irstate.h @ 252:e3355ce5444b trunk

[svn r269] Fixed dwarf debug info for structs.
author lindquist
date Thu, 12 Jun 2008 16:58:26 +0200
parents fc9c1a0eabbd
children df8a7b8d5929
comparison
equal deleted inserted replaced
251:2f2d7c843e5d 252:e3355ce5444b
157 FuncDeclVector unitTests; 157 FuncDeclVector unitTests;
158 158
159 // for inline asm 159 // for inline asm
160 IRAsmBlock* asmBlock; 160 IRAsmBlock* asmBlock;
161 161
162 // used array solely for keeping a reference to globals 162 // dwarf dbg stuff
163 // 'used' array solely for keeping a reference to globals
163 std::vector<LLConstant*> usedArray; 164 std::vector<LLConstant*> usedArray;
165 LLGlobalVariable* dwarfCUs;
166 LLGlobalVariable* dwarfSPs;
167 LLGlobalVariable* dwarfGVs;
164 }; 168 };
165 169
166 #endif // LLVMDC_GEN_IRSTATE_H 170 #endif // LLVMDC_GEN_IRSTATE_H