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

Sanjoy Das via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 16 11:16:43 PST 2016


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"


Repository:
  rL LLVM

https://reviews.llvm.org/D27838





More information about the llvm-commits mailing list