[PATCH] D46525: [Debugify] Introduce debugify-each and DebugifyFunctionPass

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 11 11:22:07 PDT 2018


vsk added inline comments.


================
Comment at: tools/opt/opt.cpp:298
+
+  bool run(Module &M) {
+    return super::run(M);
----------------
You don't need to define this function either.


Repository:
  rL LLVM

https://reviews.llvm.org/D46525





More information about the llvm-commits mailing list