Skip to content

Commit 081c940

Browse files
committed
Fix typo
1 parent 583a252 commit 081c940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/CIR/Dialect/Passes.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def CIRFlattenCFG : Pass<"cir-flatten-cfg"> {
1515
let summary = "Produces flatten CFG";
1616
let description = [{
1717
This pass transforms CIR by inlining all the nested regions. Thus,
18-
the following condtions are true after the pass applied:
18+
the following conditions are true after the pass applied:
1919
- there are no nested regions in any function body
2020
- all the blocks in a function belong to the parent region
2121
In other words, this pass removes such CIR operations like IfOp, LoopOp,

0 commit comments

Comments
 (0)