Skip to content

Commit 927f5bc

Browse files
committed
Wording change in documentation
1 parent 8f517fa commit 927f5bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -576,8 +576,8 @@ def YieldOp : CIR_Op<"yield", [ReturnLike, Terminator,
576576
def BreakOp : CIR_Op<"break", [Terminator]> {
577577
let summary = "C/C++ `break` statement equivalent";
578578
let description = [{
579-
The `cir.break` operation is used to cease the execution of the current
580-
loop or switch and transfer control to the parent operation. It is only
579+
The `cir.break` operation is used to cease the execution of the current loop
580+
or switch operation and transfer control to the parent operation. It is only
581581
allowed within a breakable operations (loops and switches).
582582
}];
583583
let assemblyFormat = "attr-dict";

0 commit comments

Comments
 (0)