Skip to content

Commit

Permalink
Merge pull request dotnet#1866 from dotnet-bot/from-tfs
Browse files Browse the repository at this point in the history
Merge changes from TFS
  • Loading branch information
ellismg committed Oct 26, 2015
2 parents e93beb1 + 6a74b63 commit 9d7e32f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jit/lowerarm64.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1639,7 +1639,7 @@ void Lowering::LowerRotate(GenTreePtr tree)
{
ssize_t rotateLeftIndex = rotateLeftIndexNode->gtIntCon.gtIconVal;
ssize_t rotateRightIndex = rotatedValueBitSize - rotateLeftIndex;
rotateIndexNode->gtIntCon.gtIconVal = rotateRightIndex;
rotateLeftIndexNode->gtIntCon.gtIconVal = rotateRightIndex;
}
else
{
Expand Down

0 comments on commit 9d7e32f

Please sign in to comment.