diff options
author | Devang Patel <dpatel@apple.com> | 2010-08-09 23:28:52 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2010-08-09 23:28:52 +0000 |
commit | 02ecdefbe48a054d962d6977967d1ae57a31a074 (patch) | |
tree | 19c33b1000670c5d25b302fddff5847388112b1b /lib/CodeGen/AsmPrinter/DwarfDebug.h | |
parent | 450b793a0446042ee9af9d384de7cca243856b0b (diff) |
Undo accidental commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110623 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r-- | lib/CodeGen/AsmPrinter/DwarfDebug.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h index 96f2f2cb2d..c3f7fd422e 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -418,6 +418,9 @@ 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); |