Skip to content

Commit

Permalink
JIT: Add missing GT_SWIFT_ERROR case (dotnet#99120)
Browse files Browse the repository at this point in the history
  • Loading branch information
amanasifkhalid authored Mar 1, 2024
1 parent 0d51dad commit b4d4c3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/coreclr/jit/gentree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6678,6 +6678,7 @@ bool GenTree::TryGetUse(GenTree* operand, GenTree*** pUse)
case GT_PINVOKE_EPILOG:
case GT_IL_OFFSET:
case GT_NOP:
case GT_SWIFT_ERROR:
return false;

// Standard unary operators
Expand Down

0 comments on commit b4d4c3d

Please sign in to comment.