Revert r89487.

llvm-svn: 89686
This commit is contained in:
Devang Patel 2009-11-23 18:43:37 +00:00
parent e97457afbc
commit b5b51598ba
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}