diff options
author | Devang Patel <dpatel@apple.com> | 2010-05-07 23:19:07 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2010-05-07 23:19:07 +0000 |
commit | a49d8772902c2a72c298952f633ab4224cf33add (patch) | |
tree | c72952a7f66a18ca559a47e8ca9ebdff3523d990 /lib/CodeGen/AsmPrinter/DwarfDebug.cpp | |
parent | 09e7a1722afc554962053cf33f9a3c317ea7897f (diff) |
Remove DIGlobal.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103325 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfDebug.cpp')
-rw-r--r-- | lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index 9e5472b2f9..e319c28932 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp @@ -462,7 +462,7 @@ void DwarfDebug::addSourceLine(DIE *Die, const DIVariable *V) { /// addSourceLine - Add location information to specified debug information /// entry. -void DwarfDebug::addSourceLine(DIE *Die, const DIGlobal *G) { +void DwarfDebug::addSourceLine(DIE *Die, const DIGlobalVariable *G) { // If there is no compile unit specified, don't add a line #. if (!G->getCompileUnit().Verify()) return; |