Erase unused FunctionDIs variables after r252219.
authorYaron Keren <yaron.keren@gmail.com>
Sat, 7 Nov 2015 10:21:25 +0000 (10:21 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Sat, 7 Nov 2015 10:21:25 +0000 (10:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252401 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfDebug.h
lib/CodeGen/LiveDebugVariables.h

index 9be95b0ac06e54815ac42b179664932c2c96e8ab..a0c60efd993ffeb44eaa8e4ecd7079b0f4c96937 100644 (file)
@@ -344,8 +344,6 @@ class DwarfDebug : public AsmPrinterHandler {
   DwarfAccelTable AccelNamespace;
   DwarfAccelTable AccelTypes;
 
-  DenseMap<const Function *, DISubprogram *> FunctionDIs;
-
   // Identify a debugger for "tuning" the debug info.
   DebuggerKind DebuggerTuning;
 
index 694aa1770c9cf64c50e1e34cd30462a26637cb82..3d36f4d2494a525a6057c95bb39fea0b901aaf04 100644 (file)
@@ -33,7 +33,6 @@ class VirtRegMap;
 
 class LLVM_LIBRARY_VISIBILITY LiveDebugVariables : public MachineFunctionPass {
   void *pImpl;
-  DenseMap<const Function *, DISubprogram *> FunctionDIs;
 
 public:
   static char ID; // Pass identification, replacement for typeid