Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JIT: fix bug introduced by recent throw helper block changes (dotnet#…
…93897) `compUsesThrowHelper` indicates codegen will likely need to create a call to a helper, whether or not such calls are shared. In dotnet#93371 I didn't appreciate this, and so the JIT was failing to set `compUsesThrowHelper` in cases where a throw helper was going to be needed but throw helper calls were not going to be shared. Fixes dotnet#93710.
- Loading branch information