Skip to content

Commit

Permalink
Merge pull request #6655 from jdmpapin/remat-doc-comment
Browse files Browse the repository at this point in the history
Correct the OMR_InlinerPolicy::suitableForRemat() doc comment
  • Loading branch information
vijaysun-omr committed Aug 16, 2022
2 parents 909848f + 9f3964d commit c46fcb4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions compiler/optimizer/Inliner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6215,10 +6215,11 @@ OMR_InlinerPolicy::checkIfTargetInlineable(TR_CallTarget* target, TR_CallSite* c
}

/**
* Do not perform privated inliner argument rematerialization on high probability profiled
* guards when distrusted
* Determine whether to perform privatized inliner argument rematerialization
* on the given profiled guard.
*
* @return true if privatized inliner argumetn rematerialization should be suppressed
* @return true if privatized inliner argument rematerialization should be
* performed, false otherwise
*/
bool
OMR_InlinerPolicy::suitableForRemat(TR::Compilation *comp, TR::Node *node, TR_VirtualGuardSelection *guard)
Expand Down

0 comments on commit c46fcb4

Please sign in to comment.