X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=lib%2FIR%2FVerifier.cpp;h=f64d4e2fddc963039137e206037d99e9542a872b;hp=8973d0356520cf60e6d42bec8b24e9b6d66062d8;hb=32310b78d7799109e0e6d99a317b15aa8e8b6216;hpb=9e6956041749816a6ec05147c7a41aa866156391;ds=inline 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... // //===----------------------------------------------------------------------===//