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

Remove deprecated references to X86 UnresolvedVirtualCallSnippets #5064

Closed
0xdaryl opened this issue Apr 14, 2020 · 0 comments
Closed

Remove deprecated references to X86 UnresolvedVirtualCallSnippets #5064

0xdaryl opened this issue Apr 14, 2020 · 0 comments

Comments

@0xdaryl
Copy link
Contributor

0xdaryl commented Apr 14, 2020

Long deprecated. Remove remaining references.

compiler/x/codegen/OMRMemoryReference.hpp:66:#define MemRef_UnresolvedVirtualCallSnippet       0x0010
compiler/x/codegen/OMRMemoryReference.hpp:260:   bool hasUnresolvedVirtualCallSnippet()  {return _flags.testAny(MemRef_UnresolvedVirtualCallSnippet);}
compiler/x/codegen/OMRMemoryReference.hpp:261:   void setHasUnresolvedVirtualCallSnippet() {_flags.set(MemRef_UnresolvedVirtualCallSnippet);}
compiler/x/codegen/OMRMemoryReference.cpp:295:   return (self()->hasUnresolvedDataSnippet() || self()->hasUnresolvedVirtualCallSnippet()) ? NULL : (TR::X86DataSnippet*)_dataSnippet;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant