Skip to content

Commit

Permalink
AArch64: Enable beginInstructionSelection() for PrivateLinkage
Browse files Browse the repository at this point in the history
This commit removes the line "TR_UNIMPLEMENTED();" for TR_Private
from OMR::ARM64::CodeGenerator::beginInstructionSelection().

Signed-off-by: knn-k <konno@jp.ibm.com>
  • Loading branch information
knn-k committed Jun 21, 2019
1 parent 7c87422 commit 3921de6
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 3921de6

Please sign in to comment.