Skip to content

Commit

Permalink
JIT: Fix formatting after late disasm PR (#96480)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobbotsch authored Jan 4, 2024
1 parent 045e55a commit 0d8fadd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/coreclr/jit/codegenlinear.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2675,7 +2675,8 @@ void CodeGen::genCodeForSetcc(GenTreeCC* setcc)
* Unit testing of the emitter: If JitEmitUnitTests is set for this function, generate
* a bunch of instructions, then either:
* 1. Use DOTNET_JitLateDisasm=* to see if the late disassembler thinks the instructions are the same as we do. Or,
* 2. Use DOTNET_JitRawHexCode and DOTNET_JitRawHexCodeFile and disassemble the output file with an external disassembler.
* 2. Use DOTNET_JitRawHexCode and DOTNET_JitRawHexCodeFile and disassemble the output file with an external
* disassembler.
*
* Possible values for JitEmitUnitTestsSections:
* Amd64: all, sse2
Expand Down

0 comments on commit 0d8fadd

Please sign in to comment.