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

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 26 14:23:28 PDT 2023


davidxl added a comment.

I suggest limiting the clean ups to declarations and simple function definitions such as readHeader, readMagic or other small wrapper functions. For large function definitions, keep the original order (to make future git blame easier).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149290



More information about the llvm-commits mailing list