Skip to content

Commit 067962c

Browse files
committed
Update op example to match the current format
1 parent ffd07a7 commit 067962c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5148,7 +5148,7 @@ def CIR_CatchParamOp : CIR_Op<"catch_param", [HasParent<"cir::TryOp">]> {
51485148
Example:
51495149

51505150
```mlir
5151-
%exception = cir.catch_param -> !cir.ptr<!void>
5151+
%exception = cir.catch_param : !cir.ptr<!void>
51525152
```
51535153
}];
51545154

0 commit comments

Comments
 (0)