comparison gen/irstate.h @ 250:fc9c1a0eabbd trunk

[svn r267] Fixed debug info for global variables. Cleaned up the debug info code in general.
author lindquist
date Wed, 11 Jun 2008 20:53:26 +0200
parents 76ee1bbe487e
children e3355ce5444b
comparison
equal deleted inserted replaced
249:fa9fef362a98 250:fc9c1a0eabbd
156 FuncDeclVector dtors; 156 FuncDeclVector dtors;
157 FuncDeclVector unitTests; 157 FuncDeclVector unitTests;
158 158
159 // for inline asm 159 // for inline asm
160 IRAsmBlock* asmBlock; 160 IRAsmBlock* asmBlock;
161
162 // used array solely for keeping a reference to globals
163 std::vector<LLConstant*> usedArray;
161 }; 164 };
162 165
163 #endif // LLVMDC_GEN_IRSTATE_H 166 #endif // LLVMDC_GEN_IRSTATE_H