提交 ba3c65e0 编写于 作者: T Tomas

Remove superfluous check for the intrinsic attribute

上级 f92eec2b
......@@ -712,11 +712,6 @@ private uint getMethodAttribsInternal(MethodDesc method)
}
}
if (method.HasCustomAttribute("System.Runtime.CompilerServices", "IntrinsicAttribute"))
{
result |= CorInfoFlag.CORINFO_FLG_JIT_INTRINSIC;
}
result |= CorInfoFlag.CORINFO_FLG_NOSECURITYWRAP;
return (uint)result;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册