Skip to content

Commit d48b688

Browse files
author
git apple-llvm automerger
committed
Merge commit 'b3240b4889bb' from llvm.org/main into next
2 parents d41782a + b3240b4 commit d48b688

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ def CIRFlattenCFG : Pass<"cir-flatten-cfg"> {
7373
}
7474

7575
def LoweringPrepare : Pass<"cir-lowering-prepare"> {
76-
let summary = "Lower to more fine-grained CIR operations before lowering to
77-
other dialects";
76+
let summary = "Lower to more fine-grained CIR operations before lowering to "
77+
"other dialects";
7878
let description = [{
7979
This pass does preparation work for lowering to other dialects. For example,
8080
it may expand the global variable initialziation in a more ABI-friendly form.

0 commit comments

Comments
 (0)