[svn r267] Fixed debug info for global variables.

Cleaned up the debug info code in general.
This commit is contained in:
Tomas Lindquist Olsen
2008-06-11 20:53:26 +02:00
parent 9dc26ff388
commit 4d2797526d
8 changed files with 159 additions and 163 deletions

View File

@@ -158,6 +158,9 @@ struct IRState
// for inline asm
IRAsmBlock* asmBlock;
// used array solely for keeping a reference to globals
std::vector<LLConstant*> usedArray;
};
#endif // LLVMDC_GEN_IRSTATE_H