[PATCH] D47858: [New PM] Introducing PassInstrumentation framework
Fedor Sergeev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 27 02:49:37 PDT 2018
fedor.sergeev planned changes to this revision.
fedor.sergeev added a comment.
Will add more comments! :)
================
Comment at: include/llvm/IR/PassInstrumentation.h:43
+
+//===----------------------------------------------------------------------===//
+/// This class provides the main interface for pass instrumentation.
----------------
chandlerc wrote:
> The separration ascii art doesn't make sense to me here... Are there two sections of the file you're breaking apart here?
Nope, this is left over from some previous version.
Repository:
rL LLVM
https://reviews.llvm.org/D47858
More information about the llvm-commits
mailing list