mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
Parse function-local metadata inside function blocks
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93337 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cab16cc9a3
commit
fab9e99c01
@ -1657,6 +1657,9 @@ bool BitcodeReader::ParseFunctionBody(Function *F) {
|
||||
case bitc::METADATA_ATTACHMENT_ID:
|
||||
if (ParseMetadataAttachment()) return true;
|
||||
break;
|
||||
case bitc::METADATA_BLOCK_ID:
|
||||
if (ParseMetadata()) return true;
|
||||
break;
|
||||
}
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user