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

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 1 18:03:04 PDT 2016


mehdi_amini added inline comments.

================
Comment at: lib/IR/Verifier.cpp:91
@@ -90,1 +90,3 @@
+  const DataLayout &DL;
+  LLVMContext *Context;
 
----------------
Is the `Context` member used?


https://reviews.llvm.org/D23040





More information about the llvm-commits mailing list