mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Improved emit marker when specialized type has no emission
This commit is contained in:
parent
5083f5d64e
commit
e852ba49bb
1 changed files with 20 additions and 23 deletions
|
@ -9781,8 +9781,6 @@ BF_EXPORT const char* BF_CALLTYPE BfCompiler_GetCollapseRegions(BfCompiler* bfCo
|
|||
continue;
|
||||
|
||||
if (typeHashSet.Contains(typeInst->mTypeDef->GetLatest()))
|
||||
{
|
||||
if (typeInst->IsSpecializedType())
|
||||
{
|
||||
if (typeInst->mCeTypeInfo == NULL)
|
||||
continue;
|
||||
|
@ -9807,7 +9805,6 @@ BF_EXPORT const char* BF_CALLTYPE BfCompiler_GetCollapseRegions(BfCompiler* bfCo
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
for (auto typeDef : bfParser->mTypeDefs)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue