Skip to content

Commit cb66469

Browse files
Add the static base cell handle as non-null-producing
1 parent 588dfce commit cb66469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/jit/handlekinds.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ HANDLE_KIND(GTF_ICON_CIDMID_HDL , "cid/mid" , HKF_INVARI
2424
HANDLE_KIND(GTF_ICON_BBC_PTR , "bbc" , 0) // basic block count pointer
2525
HANDLE_KIND(GTF_ICON_STATIC_BOX_PTR , "static box ptr" , 0) // address of the box for a STATIC_IN_HEAP field
2626
HANDLE_KIND(GTF_ICON_FIELD_SEQ , "field seq" , 0) // FieldSeq* (used only as VNHandle)
27-
HANDLE_KIND(GTF_ICON_STATIC_ADDR_PTR , "static base addr cell" , HKF_INVARIANT) // pointer to a static base address
27+
HANDLE_KIND(GTF_ICON_STATIC_ADDR_PTR , "static base addr cell" , HKF_INVARIANT | HKF_NONNULL) // pointer to a static base address
2828
HANDLE_KIND(GTF_ICON_SECREL_OFFSET , "relative offset in section" , HKF_INVARIANT) // offset in a certain section.
2929
HANDLE_KIND(GTF_ICON_TLSGD_OFFSET , "tls global dynamic offset" , HKF_INVARIANT) // argument to tls_get_addr.
3030

0 commit comments

Comments
 (0)