Skip to content

Commit

Permalink
Add DEBUG_DESTROY_NODE
Browse files Browse the repository at this point in the history
  • Loading branch information
BruceForstall committed Nov 6, 2022
1 parent 4afac32 commit 867fd64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/coreclr/jit/lower.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5410,6 +5410,8 @@ bool Lowering::TryCreateAddrMode(GenTree* addr, bool isContainable, GenTree* par
{
unusedStack.Push(operand);
}

DEBUG_DESTROY_NODE(unused);
}
}

Expand Down

0 comments on commit 867fd64

Please sign in to comment.