diff options
| author | Vedant Kumar <vsk@apple.com> | 2015-10-21 20:33:31 +0000 |
|---|---|---|
| committer | Vedant Kumar <vsk@apple.com> | 2015-10-21 20:33:31 +0000 |
| commit | 029c35186e5dc5a12d9f4e30fc2a220d5b369b5b (patch) | |
| tree | 9cba3a1e27178195325271d43db9896af7962ee5 /llvm/lib/IR | |
| parent | ddad187ce79305cd81fbe9d046de32e05836e134 (diff) | |
| download | bcm5719-llvm-029c35186e5dc5a12d9f4e30fc2a220d5b369b5b.tar.gz bcm5719-llvm-029c35186e5dc5a12d9f4e30fc2a220d5b369b5b.zip | |
[Verifier] Minor comment update, NFC
llvm-svn: 250943
Diffstat (limited to 'llvm/lib/IR')
| -rw-r--r-- | llvm/lib/IR/Verifier.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/IR/Verifier.cpp b/llvm/lib/IR/Verifier.cpp index 8973d035652..f64d4e2fddc 100644 --- a/llvm/lib/IR/Verifier.cpp +++ b/llvm/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... // //===----------------------------------------------------------------------===// |

