[all-commits] [llvm/llvm-project] c7b3b7: [llvm] Remove redundant override 'RecordStreamer::...

Youngsuk Kim via All-commits all-commits at lists.llvm.org
Sun Nov 5 12:12:44 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c7b3b71a415ae78d329b9c5a65eb1d93b4b960ec
      https://github.com/llvm/llvm-project/commit/c7b3b71a415ae78d329b9c5a65eb1d93b4b960ec
  Author: Youngsuk Kim <youngsuk.kim at hpe.com>
  Date:   2023-11-05 (Sun, 05 Nov 2023)

  Changed paths:
    M llvm/lib/Object/RecordStreamer.cpp
    M llvm/lib/Object/RecordStreamer.h

  Log Message:
  -----------
  [llvm] Remove redundant override 'RecordStreamer::emitInstruction' (NFC)

`RecordStreamer::emitInstruction` simply calls
`MCStreamer::emitInstruction` (overrided method of parent class), which
makes the override unnecessary.




More information about the All-commits mailing list