mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Revert r97947.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97963 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -333,7 +333,7 @@ void PIC16DbgInfo::EmitCompositeTypeDecls(Module &M) {
|
||||
for (DebugInfoFinder::iterator I = DbgFinder.type_begin(),
|
||||
E = DbgFinder.type_end(); I != E; ++I) {
|
||||
DICompositeType CTy(*I);
|
||||
if (!CTy.Verify())
|
||||
if (CTy.isNull())
|
||||
continue;
|
||||
if (CTy.getTag() == dwarf::DW_TAG_union_type ||
|
||||
CTy.getTag() == dwarf::DW_TAG_structure_type ) {
|
||||
|
Reference in New Issue
Block a user