Skip to content

Commit

Permalink
Add missing parameter to method comment
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Verma <[email protected]>
  • Loading branch information
VermaSh committed Nov 21, 2024
1 parent eb8a833 commit a2b42e9
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 a2b42e9

Please sign in to comment.