Skip to content

Commit

Permalink
Handle aliasing of <objectInequalityComparisonSymbol> non-helper
Browse files Browse the repository at this point in the history
Ensure the aliasing of <objectInequalityComparisonSymbol> in
OMR::SymbolReference::getUseDefAliasesBV is handled in the same way as that
for <objectEqualityComparisonSymbol>.

Signed-off-by:  Henry Zongaro <zongaro@ca.ibm.com>
  • Loading branch information
hzongaro committed Oct 13, 2021
1 parent 995bc2a commit 5ea759c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/il/Aliases.cpp
Expand Up @@ -336,6 +336,7 @@ OMR::SymbolReference::getUseDefAliasesBV(bool isDirectCall, bool includeGCSafePo
symRefTab->isNonHelper(self(), TR::SymbolReferenceTable::potentialOSRPointHelperSymbol) ||
symRefTab->isNonHelper(self(), TR::SymbolReferenceTable::eaEscapeHelperSymbol) ||
symRefTab->isNonHelper(self(), TR::SymbolReferenceTable::objectEqualityComparisonSymbol) ||
symRefTab->isNonHelper(self(), TR::SymbolReferenceTable::objectInequalityComparisonSymbol) ||
symRefTab->isNonHelper(self(), TR::SymbolReferenceTable::nonNullableArrayNullStoreCheckSymbol))
{
return &symRefTab->aliasBuilder.defaultMethodDefAliases();
Expand Down

0 comments on commit 5ea759c

Please sign in to comment.