Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 9d28c7e

Browse files
committed
formatting
1 parent f2a4886 commit 9d28c7e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/jit/lsrabuild.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -698,13 +698,13 @@ regMaskTP LinearScan::getKillSetForHWIntrinsic(GenTreeHWIntrinsic* node)
698698
#ifdef _TARGET_XARCH_
699699
switch (node->gtHWIntrinsicId)
700700
{
701-
case NI_SSE2_MaskMove:
702-
killMask = RBM_EDI;
703-
break;
701+
case NI_SSE2_MaskMove:
702+
killMask = RBM_EDI;
703+
break;
704704

705-
default:
706-
// Leave killMask as RBM_NONE
707-
break;
705+
default:
706+
// Leave killMask as RBM_NONE
707+
break;
708708
}
709709
#endif // _TARGET_XARCH_
710710
return killMask;

0 commit comments

Comments
 (0)