Skip to content

Commit 7067fa7

Browse files
committed
Applying formatting patch
1 parent 55db812 commit 7067fa7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/coreclr/jit/emitxarch.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2805,7 +2805,8 @@ void emitter::emitIns(instruction ins)
28052805
ins == INS_r_movsp || ins == INS_r_stosb || ins == INS_r_stosd || ins == INS_r_stosp || ins == INS_ret ||
28062806
ins == INS_sahf || ins == INS_stosb || ins == INS_stosd || ins == INS_stosp
28072807
// These instructions take zero operands
2808-
|| ins == INS_vzeroupper || ins == INS_lfence || ins == INS_mfence || ins == INS_sfence || ins == INS_pause);
2808+
|| ins == INS_vzeroupper || ins == INS_lfence || ins == INS_mfence || ins == INS_sfence ||
2809+
ins == INS_pause);
28092810

28102811
assert(assertCond);
28112812
}

0 commit comments

Comments
 (0)