未验证 提交 be86455f 编写于 作者: M Michał Petryka 提交者: GitHub

Mark final types as exact (#88163)

Co-authored-by: NAndy Ayers <andya@microsoft.com>
上级 3fafc998
......@@ -18261,6 +18261,10 @@ CORINFO_CLASS_HANDLE Compiler::gtGetClassHandle(GenTree* tree, bool* pIsExact, b
*pIsExact = true;
objClass = exactClass;
}
else
{
*pIsExact = impIsClassExact(objClass);
}
}
return objClass;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册