Skip to content

Commit 8a58536

Browse files
committed
clean up
1 parent 685f86c commit 8a58536

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

runtime/compiler/p/codegen/J9TreeEvaluator.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12548,15 +12548,13 @@ J9::Power::CodeGenerator::inlineDirectCall(TR::Node *node, TR::Register *&result
1254812548
break;
1254912549

1255012550
case TR::java_lang_StringCoding_hasNegatives:
12551-
return false;
1255212551
if (cg->getSupportsInlineStringCodingHasNegatives())
1255312552
{
1255412553
resultReg = inlineStringCodingHasNegativesOrCountPositives(node, cg, false);
1255512554
return true;
1255612555
}
1255712556
break;
1255812557
case TR::java_lang_StringCoding_countPositives:
12559-
return true;
1256012558
if (cg->getSupportsInlineStringCodingCountPositives())
1256112559
{
1256212560
resultReg = inlineStringCodingHasNegativesOrCountPositives(node, cg, true);

0 commit comments

Comments
 (0)