Skip to content

Commit

Permalink
Change to trigger formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoritzinsky committed Jun 24, 2024
1 parent 98e7570 commit 5adb975
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/coreclr/jit/importercalls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ var_types Compiler::impImportCall(OPCODE opcode,
CORINFO_CALL_INFO* callInfo,
IL_OFFSET rawILOffset)
{
assert(opcode == CEE_CALL || opcode == CEE_CALLVIRT || opcode == CEE_NEWOBJ || opcode == CEE_CALLI);
assert(opcode == CEE_CALL || opcode == CEE_CALLVIRT
|| opcode == CEE_NEWOBJ || opcode == CEE_CALLI);

// The current statement DI may not refer to the exact call, but for calls
// we wish to be able to attach the exact IL instruction to get "return
Expand Down

0 comments on commit 5adb975

Please sign in to comment.