Skip to content

Commit

Permalink
Readd fields for TP purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobbotsch committed Mar 13, 2023
1 parent 84a8d49 commit e7e2c27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/coreclr/jit/compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,7 @@ class LclVarDsc
, _lvOtherArgReg(REG_STK)
#endif // FEATURE_MULTIREG_ARGS
, lvClassHnd(NO_CLASS_HANDLE)
, lvRefBlks(BlockSetOps::UninitVal())
, lvPerSsaData()
{
}
Expand Down Expand Up @@ -1096,6 +1097,9 @@ class LclVarDsc
ClassLayout* m_layout; // layout info for structs

public:
BlockSet lvRefBlks; // Set of blocks that contain refs
Statement* lvDefStmt; // Pointer to the statement with the single definition

var_types TypeGet() const
{
return (var_types)lvType;
Expand Down

0 comments on commit e7e2c27

Please sign in to comment.