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
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
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).