Skip to content

Commit 5c6d1b3

Browse files
authored
JIT: add missing SetMorphed call (#111176)
to the comma created by `gtWrapWithSideEffects`. Fixes #110960
1 parent 31b5ae2 commit 5c6d1b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/coreclr/jit/gentree.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17306,6 +17306,7 @@ GenTree* Compiler::gtWrapWithSideEffects(GenTree* tree,
1730617306
comma->gtVNPair =
1730717307
vnStore->VNPWithExc(tree->gtVNPair, vnStore->VNPExceptionSet(sideEffectsSource->gtVNPair));
1730817308
}
17309+
comma->SetMorphed(this);
1730917310
return comma;
1731017311
}
1731117312
return tree;

0 commit comments

Comments
 (0)