Skip to content

Commit 2645624

Browse files
committed
Update Op description
1 parent 067962c commit 2645624

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
@@ -5139,9 +5139,10 @@ def CIR_TryOp : CIR_Op<"try",[
51395139
//===----------------------------------------------------------------------===//
51405140

51415141
def CIR_CatchParamOp : CIR_Op<"catch_param", [HasParent<"cir::TryOp">]> {
5142-
let summary = "Represents catch clause formal parameter";
5142+
let summary = "Represents the catch clause formal parameter";
51435143
let description = [{
5144-
The `cir.catch_param` operate in the catch regions of `cir.try`.
5144+
The `cir.catch_param` used to retrieves the exception object inside
5145+
the handler regions of `cir.try`.
51455146

51465147
This operation is used only before the CFG flatterning pass.
51475148

0 commit comments

Comments
 (0)