mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-03 10:54:42 +00:00
Erase unused FunctionDIs variables after r252219.
llvm-svn: 252401
This commit is contained in:
parent
054862fb5f
commit
08120f8736
@ -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;
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user