[PATCH] D23040: Tie the Verifier class to a Module; NFCI

Sanjoy Das via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 1 18:38:42 PDT 2016


sanjoy added inline comments.

================
Comment at: lib/IR/Verifier.cpp:91
@@ -90,1 +90,3 @@
+  const DataLayout &DL;
+  LLVMContext *Context;
 
----------------
mehdi_amini wrote:
> Is the `Context` member used?
Yes, it is used in `Verifier` (which inherits from `VerifierSupport`).


https://reviews.llvm.org/D23040





More information about the llvm-commits mailing list