Skip to content

Commit

Permalink
Merge pull request eclipse-omr#7554 from VermaSh/updateHelperComment
Browse files Browse the repository at this point in the history
Add missing parameter to method comment
  • Loading branch information
hzongaro authored Nov 22, 2024
2 parents af52690 + a2b42e9 commit b4cd90d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions compiler/optimizer/OMRTransformUtil.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,9 @@ class OMR_EXTENSIBLE TransformUtil
* \param offsetNode
* The offset node (in bytes)
*
* \param originatingByteCodeNode
* The originating byte code node
*
* \return
* IL to access array element at offset provided by offsetNode or
* first array element if no offset node is provided
Expand Down

0 comments on commit b4cd90d

Please sign in to comment.