summaryrefslogtreecommitdiff
path: root/src/jit/lowerxarch.cpp
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2015-03-17 11:54:26 -0700
committerdotnet-bot <dotnet-bot@microsoft.com>2015-03-17 11:54:26 -0700
commitfd60de4934239cd772c7dfa316a9befd3da18f04 (patch)
treeb76f6d3f7d340a852adafe24bc62af0f1ed7d0dd /src/jit/lowerxarch.cpp
parent0805738bc10470dc60b65180308e02d305e0be84 (diff)
downloadcoreclr-fd60de4934239cd772c7dfa316a9befd3da18f04.tar.gz
coreclr-fd60de4934239cd772c7dfa316a9befd3da18f04.tar.bz2
coreclr-fd60de4934239cd772c7dfa316a9befd3da18f04.zip
Merge changes from parent branch
[tfs-changeset: 1434167]
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: