Skip to content

Commit

Permalink
revert unrelated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorBo committed Jun 26, 2024
1 parent ddf00b5 commit 55832f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/jit/lclvars.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7699,7 +7699,7 @@ void Compiler::lvaDumpEntry(unsigned lclNum, FrameLayoutState curState, size_t r
}
}

if ((varDsc->lvClassHnd != NO_CLASS_HANDLE) && (varDsc->TypeGet() == TYP_REF))
if (varDsc->lvClassHnd != NO_CLASS_HANDLE)
{
printf(" <%s>", eeGetClassName(varDsc->lvClassHnd));
}
Expand Down

0 comments on commit 55832f8

Please sign in to comment.