diff options
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h index d1fae7285f5..927ef76e4bd 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -194,9 +194,6 @@ class DwarfDebug : public AsmPrinterHandler { typedef DenseMap<const MCSection *, SmallVector<SymbolCU, 8> > SectionMapType; SectionMapType SectionMap; - // List of arguments for current function. - SmallVector<DbgVariable *, 8> CurrentFnArguments; - LexicalScopes LScopes; // Collection of abstract subprogram DIEs. @@ -675,10 +672,6 @@ public: SmallPtrSet<const MDNode *, 16> &getProcessedSPNodes() { return ProcessedSPNodes; } - - SmallVector<DbgVariable *, 8> &getCurrentFnArguments() { - return CurrentFnArguments; - } }; } // End of namespace llvm |