[llvm] r250943 - [Verifier] Minor comment update, NFC

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 21 13:33:31 PDT 2015


Author: vedantk
Date: Wed Oct 21 15:33:31 2015
New Revision: 250943

URL: http://llvm.org/viewvc/llvm-project?rev=250943&view=rev
Log:
[Verifier] Minor comment update, NFC

Modified:
    llvm/trunk/lib/IR/Verifier.cpp

Modified: llvm/trunk/lib/IR/Verifier.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/IR/Verifier.cpp?rev=250943&r1=250942&r2=250943&view=diff
==============================================================================
--- llvm/trunk/lib/IR/Verifier.cpp (original)
+++ llvm/trunk/lib/IR/Verifier.cpp Wed Oct 21 15:33:31 2015
@@ -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...
 //
 //===----------------------------------------------------------------------===//




More information about the llvm-commits mailing list