diff options
author | Devang Patel <dpatel@apple.com> | 2010-08-10 01:37:23 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2010-08-10 01:37:23 +0000 |
commit | 469c12d254423b73432cad9608420a2011820ebf (patch) | |
tree | a9ca8b60f770745657a0fe59e228277fb5287205 /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | |
parent | a73f8ea4e5d302baac9396b32095b31d444d4c9a (diff) | |
download | bcm5719-llvm-469c12d254423b73432cad9608420a2011820ebf.tar.gz bcm5719-llvm-469c12d254423b73432cad9608420a2011820ebf.zip |
Do not include file static variable in pubnames list.
Refactor and simplify code to avoid redundant checks.
llvm-svn: 110642
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h index c3f7fd422e0..96f2f2cb2d0 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -418,9 +418,6 @@ private: /// constructEnumTypeDIE - Construct enum type DIE from DIEnumerator. DIE *constructEnumTypeDIE(DIEnumerator ETy); - /// createGlobalVariableDIE - Create new DIE using GV. - DIE *createGlobalVariableDIE(const DIGlobalVariable &GV); - /// createMemberDIE - Create new member DIE. DIE *createMemberDIE(const DIDerivedType &DT); |