[PATCH] D21042: Verifier: Simplify and fix issue where we were not verifying unmaterialized functions.
Adrian Prantl via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 6 15:59:38 PDT 2016
aprantl added inline comments.
================
Comment at: lib/IR/Verifier.cpp:4481
@@ +4480,3 @@
+ if (F.isDeclaration())
+ HasErrors |= !V.verify(F);
+
----------------
Can you remind me why this change is only necessary in the LegacyPass implementation?
http://reviews.llvm.org/D21042
More information about the llvm-commits
mailing list