commit | c20bdf194ad4c824ee6a5f163410d73513ae5c81 | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Wed Jun 01 00:23:24 2011 +0000 |
committer | Devang Patel <dpatel@apple.com> | Wed Jun 01 00:23:24 2011 +0000 |
tree | d61fcd6ca1ec821c571d6b9591a20fa642e9fe49 | |
parent | 66658e4dff51664a53c56dd729b8abe4d57aadef [diff] [blame] |
Incomplete type may not have corresponding DIE, so do not check DIEEntry eagerly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132377 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h index 3cfbd73..60a9b28 100644 --- a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h +++ b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
@@ -87,7 +87,7 @@ /// addGlobalType - Add a new global type to the compile unit. /// - void addGlobalType(DIType Ty, DIE *Die); + void addGlobalType(DIType Ty); /// getDIE - Returns the debug information entry map slot for the /// specified debug variable.