[PATCH] D21752: Comprehensive Static Instrumentation (1/2): LLVM pass
Derek Bruening via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 30 10:57:44 PDT 2016
bruening added inline comments.
================
Comment at: lib/Transforms/Instrumentation/ComprehensiveStaticInstrumentation.cpp:36
@@ +35,3 @@
+bool ComprehensiveStaticInstrumentation::runOnModule(Module &M) {
+ return false;
+}
----------------
I would suggest a FIXME comment to make it clear that this is not finished and is an incremental step.
Repository:
rL LLVM
http://reviews.llvm.org/D21752
More information about the llvm-commits
mailing list