From 593fb3a2f6f5092b3b845151d105d2af72480dcd Mon Sep 17 00:00:00 2001 From: Jakob Botsch Nielsen Date: Wed, 6 Sep 2023 13:35:04 +0200 Subject: [PATCH] Random JIT change --- src/coreclr/jit/importer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coreclr/jit/importer.cpp b/src/coreclr/jit/importer.cpp index 995068c10aef6..1c43535808e9e 100644 --- a/src/coreclr/jit/importer.cpp +++ b/src/coreclr/jit/importer.cpp @@ -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: