Skip to content

Commit

Permalink
Make _ialoadUnneeded protected
Browse files Browse the repository at this point in the history
For use in downstream projects. OpenJ9 is a consumer.
  • Loading branch information
fjeremic committed May 13, 2021
1 parent ad78677 commit f587737
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions compiler/z/codegen/OMRCodeGenerator.hpp
Expand Up @@ -770,6 +770,7 @@ class OMR_EXTENSIBLE CodeGenerator : public OMR::CodeGenerator
protected:
TR::list<TR::S390ConstantDataSnippet*> _constantList;
TR::list<TR::S390ConstantDataSnippet*> _snippetDataList;
List<TR_Pair<TR::Node, int32_t> > _ialoadUnneeded;

private:

Expand All @@ -783,8 +784,6 @@ class OMR_EXTENSIBLE CodeGenerator : public OMR::CodeGenerator
TR::list<TR::S390WritableDataSnippet*> _writableList;
TR::list<TR_S390OutOfLineCodeSection*> _outOfLineCodeSectionList;

List<TR_Pair<TR::Node, int32_t> > _ialoadUnneeded;

CS2::HashTable<TR::Register *, TR::RealRegister::RegNum, TR::Allocator> _previouslyAssignedTo;

TR_ConstantSnippetHash _constantHash;
Expand Down

0 comments on commit f587737

Please sign in to comment.