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
Next Next commit
Update src/coreclr/jit/gentree.cpp
Co-authored-by: Andy Ayers <[email protected]>
  • Loading branch information
EgorBo and AndyAyersMS authored Dec 8, 2023
commit 41e4a8246abe7a0bfc1ac54f1645d4fad2776f2a
2 changes: 1 addition & 1 deletion src/coreclr/jit/gentree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18582,7 +18582,7 @@ CORINFO_CLASS_HANDLE Compiler::gtGetHelperCallClassHandle(GenTreeCall* call, boo
{
objClass = info.compCompHnd->getTypeForBox(nullableCls);
*pIsNonNull = false;
*pIsExact = false;
*pIsExact = true;
}
}
}
Expand Down