Skip to content

Commit

Permalink
jit format
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalspathak committed Jun 28, 2024
1 parent bb97d80 commit 5535c69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/coreclr/jit/compiler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3495,8 +3495,8 @@ void Compiler::compInitOptions(JitFlags* jitFlags)
#ifdef TARGET_ARM64
if (compOpportunisticallyDependsOn(InstructionSet_Sve))
{
rbmAllMask = RBM_ALLMASK;
rbmMskCalleeTrash = RBM_MSK_CALLEE_TRASH;
rbmAllMask = RBM_ALLMASK;
rbmMskCalleeTrash = RBM_MSK_CALLEE_TRASH;
cntCalleeTrashMask = CNT_CALLEE_TRASH_MASK;
}
#endif // TARGET_ARM64
Expand Down

0 comments on commit 5535c69

Please sign in to comment.