[PATCH] D83013: [LPM] Port CGProfilePass from NPM to LPM

Zequan Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 9 14:16:25 PDT 2020


zequanwu marked 5 inline comments as done.
zequanwu added inline comments.


================
Comment at: llvm/lib/Transforms/Instrumentation/CGProfile.cpp:64
   // Ignore error here.  Indirect calls are ignored if this fails.
-  (void)(bool)Symtab.create(M);
+  (void)(bool) Symtab.create(M);
   for (auto &F : M) {
----------------
echristo wrote:
> Extra space? Did clang-format put this in?
Yes, `clang-format` put this in.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83013





More information about the llvm-commits mailing list