Skip to content

Commit

Permalink
Field import
Browse files Browse the repository at this point in the history
  • Loading branch information
SingleAccretion committed Oct 27, 2023
1 parent f81b967 commit 6f206bc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/coreclr/jit/importer.cpp
Expand Up @@ -9059,12 +9059,6 @@ void Compiler::impImportBlockCode(BasicBlock* block)
lclTyp = TypeHandleToVarType(fieldInfo.fieldType, clsHnd, &layout);
op1 = (lclTyp == TYP_STRUCT) ? gtNewBlkIndir(layout, op1, indirFlags)
: gtNewIndir(lclTyp, op1, indirFlags);
if ((indirFlags & GTF_IND_INVARIANT) != 0)
{
// TODO-ASG: delete this zero-diff quirk.
op1->gtFlags |= GTF_GLOB_REF;
}

impAnnotateFieldIndir(op1->AsIndir());
}

Expand Down

0 comments on commit 6f206bc

Please sign in to comment.