[PATCH] D45593: [DebugInfo][OPT] Fixing a couple of DI duplication bugs of CloneModule

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 12 15:48:22 PDT 2018


aprantl added a comment.

Could you split out the NFC changes into a separate commit (no need for a review) and update the diff? It will make reviewing the actual changes much easier. Thanks!



================
Comment at: include/llvm/IR/DebugInfo.h:69
   void processModule(const Module &M);
+  /// \brief Process a single instruction and collect debug info anchors.
+  void processInstruction(const Module &M, const Instruction &I);
----------------
The \brief is unnecessary, we have autobrief enabled in our Doxyfile.


Repository:
  rL LLVM

https://reviews.llvm.org/D45593





More information about the llvm-commits mailing list