diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-01-04 22:19:42 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-01-04 22:19:42 +0000 |
commit | 8e0f8b8c96c8b0cf053dbf78cba1d534f05c99a2 (patch) | |
tree | 2173cb011a5acb1fa9d98fcd6a549fec31595377 /contrib/llvm/lib/Bitcode/Reader/MetadataLoader.cpp | |
parent | d8c03e73dcf4987b182e9ba75540b289daaffc06 (diff) | |
parent | 0c75eea8f661a82866688fd1fc4465883c4dd7d5 (diff) |
Notes
Diffstat (limited to 'contrib/llvm/lib/Bitcode/Reader/MetadataLoader.cpp')
-rw-r--r-- | contrib/llvm/lib/Bitcode/Reader/MetadataLoader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm/lib/Bitcode/Reader/MetadataLoader.cpp b/contrib/llvm/lib/Bitcode/Reader/MetadataLoader.cpp index cd08268d47b5..5da421a79b7b 100644 --- a/contrib/llvm/lib/Bitcode/Reader/MetadataLoader.cpp +++ b/contrib/llvm/lib/Bitcode/Reader/MetadataLoader.cpp @@ -749,7 +749,7 @@ Error MetadataLoader::MetadataLoaderImpl::parseOneMetadata( // handles the case where this is type ODRed with a definition needed // by the importing module, in which case the existing definition is // used. - if (IsImporting && !ImportFullTypeDefinitions && + if (IsImporting && !ImportFullTypeDefinitions && Identifier && (Tag == dwarf::DW_TAG_enumeration_type || Tag == dwarf::DW_TAG_class_type || Tag == dwarf::DW_TAG_structure_type || |