Recommit r212203: Don't try to construct debug LexicalScopes hierarchy for functions...
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfDebug.h
index f2aa80845a05eb962eb1280bca3f7dbde3b8ae29..ffe4843b98729ecf02f160f4520936183a44d4a3 100644 (file)
@@ -330,6 +330,8 @@ class DwarfDebug : public AsmPrinterHandler {
   DwarfAccelTable AccelNamespace;
   DwarfAccelTable AccelTypes;
 
+  DenseMap<const Function *, DISubprogram> FunctionDIs;
+
   MCDwarfDwoLineTable *getDwoLineTable(const DwarfCompileUnit &);
 
   void addScopeVariable(LexicalScope *LS, DbgVariable *Var);