Skip to content

Commit 719478c

Browse files
committed
[CIR] formatted longjmp op description
1 parent 9a395ad commit 719478c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

clang/include/clang/CIR/Dialect/IR/CIROps.td

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4771,8 +4771,9 @@ def CIR_EhSetjmpOp : CIR_Op<"eh.setjmp"> {
47714771
def CIR_EhLongjmpOp : CIR_Op<"eh.longjmp"> {
47724772
let summary = "CIR longjmp operation";
47734773
let description = [{
4774-
Restore the environment (e.g., stack pointer, instruction pointer, signal mask, and other registers)
4775-
at the time of setjmp() call, by using the information saved in `env` by setjmp().
4774+
Restore the environment (e.g., stack pointer, instruction pointer,
4775+
signal mask, and other registers) at the time of setjmp() call, by using
4776+
the information saved in `env` by setjmp().
47764777

47774778
Examples:
47784779
```mlir

0 commit comments

Comments
 (0)