Skip to content

Commit b3240b4

Browse files
authored
[CIR][NFC] Fix LoweringPrepare pass multi lines summary (#148826)
Fix the Lowering Prepare a multi-line summary
1 parent ec149d5 commit b3240b4

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)