We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 583a252 commit 081c940Copy full SHA for 081c940
clang/include/clang/CIR/Dialect/Passes.td
@@ -15,7 +15,7 @@ def CIRFlattenCFG : Pass<"cir-flatten-cfg"> {
15
let summary = "Produces flatten CFG";
16
let description = [{
17
This pass transforms CIR by inlining all the nested regions. Thus,
18
- the following condtions are true after the pass applied:
+ the following conditions are true after the pass applied:
19
- there are no nested regions in any function body
20
- all the blocks in a function belong to the parent region
21
In other words, this pass removes such CIR operations like IfOp, LoopOp,
0 commit comments