[PATCH] D27838: Extract a TBAAVerifier out of the verifier (NFC)

Mehdi Amini via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 16 11:34:48 PST 2016


> On Dec 16, 2016, at 11:16 AM, Sanjoy Das via Phabricator <reviews at reviews.llvm.org> wrote:
> 
> sanjoy added inline comments.
> 
> 
> ================
> Comment at: llvm/trunk/include/llvm/IR/Verifier.h:68
> +      : Diagnostic(Diagnostic) {}
> +  // Visit an instruction and return true if it is valid, return false it an
> +  // invalid TBAA is attached.
> ----------------
> Minor typo: "return false if an”

r289980



More information about the llvm-commits mailing list