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