Skip to content

Commit

Permalink
Merge pull request eclipse-omr#5164 from Akira1Saitoh/aarch64GlRegDep…
Browse files Browse the repository at this point in the history
…OnFirstBlock

AArch64: Enable SupportsGlRegDepOnFirstBlock
  • Loading branch information
knn-k authored May 9, 2020
2 parents cd259de + 107fc3a commit ce2c876
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/aarch64/codegen/OMRCodeGenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ OMR::ARM64::CodeGenerator::CodeGenerator() :

self()->getLinkage()->initARM64RealRegisterLinkage();
self()->setSupportsGlRegDeps();
self()->setSupportsGlRegDepOnFirstBlock();

self()->setSupportsVirtualGuardNOPing();

Expand Down

0 comments on commit ce2c876

Please sign in to comment.