Skip to content

Commit 3e47899

Browse files
authored
Fix typo
Sync back after upstreaming
1 parent 960a7b9 commit 3e47899

File tree

1 file changed

+2
-1
lines changed
  • flang/include/flang/Optimizer/Transforms

1 file changed

+2
-1
lines changed

flang/include/flang/Optimizer/Transforms/Passes.td

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ def ArrayValueCopy : FunctionPass<"array-value-copy"> {
147147
def AbstractResultOpt : Pass<"abstract-result-opt", "mlir::FuncOp"> {
148148
let summary = "Convert fir.array, fir.box and fir.rec function result to function argument";
149149
let description = [{
150-
This passed is required before code gen to the LLVM IR dialect, including the pre-cg rewrite pass.
150+
This pass is required before code gen to the LLVM IR dialect,
151+
including the pre-cg rewrite pass.
151152
}];
152153
let constructor = "::fir::createAbstractResultOptPass()";
153154
let dependentDialects = [

0 commit comments

Comments
 (0)