Skip to content

Commit

Permalink
JIT: Add missing 'MadeChanges = true' in gtSplitTree
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobbotsch committed Mar 13, 2023
1 parent 7381860 commit 4b16c38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/coreclr/jit/gentree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16387,6 +16387,8 @@ bool Compiler::gtSplitTree(
// location treatment. The edge will then be the User ---
// op2 edge.
*use = (*use)->gtGetOp2();
MadeChanges = true;

UseInfo use2{use, user};

// Locations are never returned.
Expand Down

0 comments on commit 4b16c38

Please sign in to comment.