Skip to content

Commit

Permalink
Merge pull request #4066 from knn-k/aarch64codegen5
Browse files Browse the repository at this point in the history
AArch64: Enable beginInstructionSelection() for PrivateLinkage
  • Loading branch information
0xdaryl authored Jun 21, 2019
2 parents cc820d3 + 3921de6 commit 13c674b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compiler/aarch64/codegen/OMRCodeGenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ OMR::ARM64::CodeGenerator::beginInstructionSelection()
TR::Node *startNode = comp->getStartTree()->getNode();
if (comp->getMethodSymbol()->getLinkageConvention() == TR_Private)
{
TR_UNIMPLEMENTED();

_returnTypeInfoInstruction = new (self()->trHeapMemory()) TR::ARM64ImmInstruction(TR::InstOpCode::dd, startNode, 0, self());
}
else
Expand Down

0 comments on commit 13c674b

Please sign in to comment.