[Verifier] Minor comment update, NFC

llvm-svn: 250943
This commit is contained in:
Vedant Kumar 2015-10-21 20:33:31 +00:00
parent ddad187ce7
commit 029c35186e
1 changed files with 1 additions and 2 deletions

View 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.
// * 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...
//
//===----------------------------------------------------------------------===//