From: Vedant Kumar Date: Wed, 21 Oct 2015 20:33:31 +0000 (+0000) Subject: [Verifier] Minor comment update, NFC X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=32310b78d7799109e0e6d99a317b15aa8e8b6216;p=oota-llvm.git [Verifier] Minor comment update, NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250943 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/IR/Verifier.cpp b/lib/IR/Verifier.cpp index 8973d035652..f64d4e2fddc 100644 --- a/lib/IR/Verifier.cpp +++ b/lib/IR/Verifier.cpp @@ -39,8 +39,7 @@ // only by the unwind edge of an invoke instruction. // * A landingpad instruction must be the first non-PHI instruction in the // block. -// * All landingpad instructions must use the same personality function with -// the same function. +// * Landingpad instructions must be in a function with a personality function. // * All other things that are tested by asserts spread about the code... // //===----------------------------------------------------------------------===//