Skip to content

Commit

Permalink
Random JIT change
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobbotsch committed Sep 6, 2023
1 parent 81124db commit 593fb3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/jit/importer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1425,8 +1425,8 @@ bool Compiler::impIsCastHelperMayHaveProfileData(CorInfoHelpFunc helper)

switch (helper)
{
case CORINFO_HELP_ISINSTANCEOFINTERFACE:
case CORINFO_HELP_ISINSTANCEOFARRAY:
case CORINFO_HELP_ISINSTANCEOFINTERFACE:
case CORINFO_HELP_ISINSTANCEOFCLASS:
case CORINFO_HELP_ISINSTANCEOFANY:
case CORINFO_HELP_CHKCASTINTERFACE:
Expand Down

0 comments on commit 593fb3a

Please sign in to comment.