Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x86: Fix reg marked as live in vectorizedHashCode
The result register from inline vectorizedHashCode implementation is marked as live at the end of the method. The call node->setRegister(result) should not happen twice. Issue: eclipse-openj9#20824 Signed-off-by: Bradley Wood <[email protected]>
- Loading branch information