File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
// /
13
13
// / \file
14
14
// /
15
- // / This is a simple reimplementation of opt that includes support for swift
16
- // / specific llvm passes. It is meant to make it easier to handle issues related
15
+ // / This is a simple reimplementation of opt that includes support for Swift-
16
+ // / specific LLVM passes. It is meant to make it easier to handle issues related
17
17
// / to transitioning to the new LLVM pass manager (which lacks the dynamicism of
18
18
// / the old pass manager) and also problems during the code base transition to
19
- // / that pass manager. Additionally it will enable a user to exactly simulates
20
- // / swift 's LLVM pass pipeline by using the same pass pipeline building
19
+ // / that pass manager. Additionally it will enable a user to exactly simulate
20
+ // / Swift 's LLVM pass pipeline by using the same pass pipeline building
21
21
// / machinery in IRGen, something not possible with opt.
22
22
// /
23
23
// ===----------------------------------------------------------------------===//
@@ -72,7 +72,7 @@ using namespace swift;
72
72
// Option Declarations
73
73
// ===----------------------------------------------------------------------===//
74
74
75
- // The OptimizationList is automatically populated with registered Passes by the
75
+ // The OptimizationList is automatically populated with registered passes by the
76
76
// PassNameParser.
77
77
//
78
78
static llvm::cl::list<const llvm::PassInfo *, bool , llvm::PassNameParser>
You can’t perform that action at this time.
0 commit comments