projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ebd32a
)
Revert r89487.
author
Devang Patel
<dpatel@apple.com>
Mon, 23 Nov 2009 18:43:37 +0000
(18:43 +0000)
committer
Devang Patel
<dpatel@apple.com>
Mon, 23 Nov 2009 18:43:37 +0000
(18:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89686
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index 1241c5ffeb3cfee386e8c3e6a70cb84733b991b6..45675836289c51724f8f0e7b4390b0a8d108aa5f 100644
(file)
--- a/
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
@@
-812,7
+812,7
@@
void DwarfDebug::constructTypeDIE(CompileUnit *DW_Unit, DIE &Buffer,
addUInt(&Buffer, dwarf::DW_AT_byte_size, 0, Size);
// Add source line info if available and TyDesc is not a forward declaration.
- if (!DTy.isForwardDecl()
&& Tag != dwarf::DW_TAG_pointer_type
)
+ if (!DTy.isForwardDecl())
addSourceLine(&Buffer, &DTy);
}