[all-commits] [llvm/llvm-project] 3af352: [ProfileData] Simplify InstrProfValueSiteRecord (N...

Kazu Hirata via All-commits all-commits at lists.llvm.org
Tue Jun 11 11:55:09 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3af35251c8cd0729674076ab99c64cff6126c270
      https://github.com/llvm/llvm-project/commit/3af35251c8cd0729674076ab99c64cff6126c270
  Author: Kazu Hirata <kazu at google.com>
  Date:   2024-06-11 (Tue, 11 Jun 2024)

  Changed paths:
    M llvm/include/llvm/ProfileData/InstrProf.h

  Log Message:
  -----------
  [ProfileData] Simplify InstrProfValueSiteRecord (NFC) (#95143)

std::list default-constructs itself as an empty list, so we don't need
to call ValueData.clear() in the constructor.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list