Skip to content

Commit 992a3f2

Browse files
committed
Use the correct name: inst_RV_TT_IV
1 parent d4f6a95 commit 992a3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/jit/codegenxarch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8016,7 +8016,7 @@ void CodeGen::genSSE41RoundOp(GenTreeOp* treeNode)
80168016
bool isRMW = !compiler->canUseVexEncoding();
80178017
inst_RV_RV_TT_IV(ins, size, dstReg, dstReg, srcNode, ival, isRMW);
80188018
#else
8019-
inst_RV_TV_IV(ins, size, dstReg, srcNode->GetRegNum(), ival);
8019+
inst_RV_TT_IV(ins, size, dstReg, srcNode, ival);
80208020
#endif
80218021
}
80228022

0 commit comments

Comments
 (0)