Skip to content

Commit

Permalink
Automerge master into ibm_sdk 2017-10-25-21:00:13
Browse files Browse the repository at this point in the history
  • Loading branch information
j9build committed Oct 26, 2017
2 parents 338c5b9 + 0516093 commit b13c187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/tr.source/trj9/optimizer/J9TransformUtil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1393,7 +1393,7 @@ TR::Node * J9::TransformUtil::calculateOffsetFromIndexInContiguousArray(TR::Comp

if (shift)
{
TR::Node *shiftNode = TR::Node::create(constOp, 0);
TR::Node *shiftNode = TR::Node::create(TR::iconst, 0);
shiftNode->setConstValue(shift);
offset = TR::Node::create(shlOp, 2, offset, shiftNode);
}
Expand Down

0 comments on commit b13c187

Please sign in to comment.