Skip to content

Commit

Permalink
Use the correct name: inst_RV_TT_IV
Browse files Browse the repository at this point in the history
  • Loading branch information
tannergooding committed Apr 28, 2023
1 parent d4f6a95 commit 992a3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/jit/codegenxarch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8016,7 +8016,7 @@ void CodeGen::genSSE41RoundOp(GenTreeOp* treeNode)
bool isRMW = !compiler->canUseVexEncoding();
inst_RV_RV_TT_IV(ins, size, dstReg, dstReg, srcNode, ival, isRMW);
#else
inst_RV_TV_IV(ins, size, dstReg, srcNode->GetRegNum(), ival);
inst_RV_TT_IV(ins, size, dstReg, srcNode, ival);
#endif
}

Expand Down

0 comments on commit 992a3f2

Please sign in to comment.