[PATCH] D21752: Comprehensive Static Instrumentation (1/2): LLVM pass

Tyler Denniston via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 30 12:26:40 PDT 2016


tdenniston added inline comments.

================
Comment at: lib/Transforms/Instrumentation/ComprehensiveStaticInstrumentation.cpp:36
@@ +35,3 @@
+bool ComprehensiveStaticInstrumentation::runOnModule(Module &M) {
+  return false;
+}
----------------
bruening wrote:
> I would suggest a FIXME comment to make it clear that this is not finished and is an incremental step.
Will do.


Repository:
  rL LLVM

http://reviews.llvm.org/D21752





More information about the llvm-commits mailing list