File tree 1 file changed +0
-5
lines changed
1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -4047,8 +4047,6 @@ GenTree* Compiler::impImportStaticFieldAddress(CORINFO_RESOLVED_TOKEN* pResolved
4047
4047
{
4048
4048
case CORINFO_FIELD_STATIC_GENERICS_STATIC_HELPER:
4049
4049
{
4050
- assert(!compIsForInlining());
4051
-
4052
4050
// We first call a special helper to get the statics base pointer
4053
4051
op1 = impParentClassTokenToHandle(pResolvedToken);
4054
4052
@@ -9222,10 +9220,7 @@ void Compiler::impImportBlockCode(BasicBlock* block)
9222
9220
compInlineResult->NoteFatal(InlineObservation::CALLEE_LDFLD_NEEDS_HELPER);
9223
9221
return;
9224
9222
9225
- case CORINFO_FIELD_STATIC_GENERICS_STATIC_HELPER:
9226
9223
case CORINFO_FIELD_STATIC_READYTORUN_HELPER:
9227
- /* We may be able to inline the field accessors in specific instantiations of generic
9228
- * methods */
9229
9224
compInlineResult->NoteFatal(InlineObservation::CALLSITE_LDFLD_NEEDS_HELPER);
9230
9225
return;
9231
9226
You can’t perform that action at this time.
0 commit comments