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

Sanjoy Das via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 1 17:47:50 PDT 2016


sanjoy updated this revision to Diff 66410.
sanjoy added a comment.

Address review:

- Remove "false" parameters from `Verifier::verify(Module)` and `Verify::checkAtomicMemAccessSize`.
- Minor simplifications resulting from the change that are not worth the hassle to separately land.

I will change the Module and LLVMContext in VerifierSupport to be
references in a later change.


https://reviews.llvm.org/D23040

Files:
  lib/IR/Verifier.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23040.66410.patch
Type: text/x-patch
Size: 10623 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160802/74284de5/attachment.bin>


More information about the llvm-commits mailing list