Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AArch64: Implement OMR::ARM64::RegisterDependencyConditions::clone #4638

Merged
merged 1 commit into from
Dec 6, 2019

Commits on Dec 3, 2019

  1. AArch64: Implement OMR::ARM64::RegisterDependencyConditions::clone

    - This commits adds implementation of `OMR::ARM64::RegisterDependencyConditions::clone`.
    - It adds optional arguments to `clone` that enables cloning only pre/post part
    of original dependency conditions.
    - It adds utility methods `clonePre` and `clonePost` which call `clone`.
    
    Signed-off-by: Akira Saitoh <saiaki@jp.ibm.com>
    Akira Saitoh committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    9056b3b View commit details
    Browse the repository at this point in the history