[PATCH] D149290: [llvm-profdata][NFC] ProfileReader cleanup - 4

William Junda Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 26 13:42:18 PDT 2023


huangjd created this revision.
huangjd added reviewers: davidxl, kazu, xur, snehasish, hoy, wenlei.
Herald added a subscriber: hiraditya.
Herald added a project: All.
huangjd requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This cleanup simply rearrange the order of class members and methods so that they appear roughtly in logical order as the profile reader invokes them while reading a profile. There is no code change


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D149290

Files:
  llvm/include/llvm/ProfileData/SampleProfReader.h
  llvm/lib/ProfileData/SampleProfReader.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149290.517303.patch
Type: text/x-patch
Size: 24915 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230426/6481c53c/attachment.bin>


More information about the llvm-commits mailing list