[Verifier] Minor comment update, NFC
[oota-llvm.git] / lib / IR / Verifier.cpp
index 8973d0356520cf60e6d42bec8b24e9b6d66062d8..f64d4e2fddc963039137e206037d99e9542a872b 100644 (file)
@@ -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.
 //    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...
 //
 //===----------------------------------------------------------------------===//
 //  * All other things that are tested by asserts spread about the code...
 //
 //===----------------------------------------------------------------------===//