[MLIR][Standard] Update assert documentation post commit

Update line wrapping.

Differential Revision: https://reviews.llvm.org/D83769
This commit is contained in:
Frederik Gossen
2020-07-15 16:13:10 +00:00
parent ef30a00a57
commit 7ebb10d46a

View File

@@ -449,10 +449,9 @@ def AssertOp : Std_Op<"assert"> {
let summary = "Assert operation with message attribute";
let description = [{
Assert operation with single boolean operand and an error message attribute.
If the argument is `true` this operation has no effect.
Otherwise, the program execution will abort.
The provided error message may be used by a runtime to propagate the error
to the user.
If the argument is `true` this operation has no effect. Otherwise, the
program execution will abort. The provided error message may be used by a
runtime to propagate the error to the user.
Example: