summaryrefslogtreecommitdiff
path: root/src/jit/lowerxarch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/lowerxarch.cpp')
-rw-r--r--src/jit/lowerxarch.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/jit/lowerxarch.cpp b/src/jit/lowerxarch.cpp
index c78d5789e8..092cf090e7 100644
--- a/src/jit/lowerxarch.cpp
+++ b/src/jit/lowerxarch.cpp
@@ -436,6 +436,8 @@ void Lowering::TreeNodeInfoInit(GenTree* stmt)
{
MakeSrcContained(tree, tree->gtOp.gtOp1);
}
+ info->internalIntCount = 1;
+ info->setInternalCandidates(l, l->allRegs(TYP_INT));
break;
case GT_MOD: