[PATCH] D149895: [SystemZ][z/OS] Remove ENDRecord class from GOFF.h

Neumann Hon via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 15 09:05:48 PDT 2023


Everybody0523 added a comment.

Anything the ENDRecord does can be easily handled by the parent Record class.

The ENDRecord class only has two functions, `getNameLength` is just a wrapper for `get<T>()` in the parent class (defined here <https://llvm.org/docs/doxygen/Object_2GOFF_8h_source.html>) and `getData()` is likewise a basically just a wrapper for `getContinuousData()`, also defined in the parent class.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149895/new/

https://reviews.llvm.org/D149895



More information about the llvm-commits mailing list