Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update gentree.cpp
  • Loading branch information
EgorBo authored Dec 8, 2023
commit 1bf89859778cb2bf82cdbd26d60375f168f37fc3
2 changes: 1 addition & 1 deletion src/coreclr/jit/gentree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18580,7 +18580,7 @@ CORINFO_CLASS_HANDLE Compiler::gtGetHelperCallClassHandle(GenTreeCall* call, boo
// CORINFO_HELP_BOX_NULLABLE may return null
// CORINFO_HELP_BOX always returns non-null
*pIsNonNull = !isNullableHelper;
*pIsExact = true;
*pIsExact = true;
}
}
}
Expand Down