Skip to content

Commit f63492f

Browse files
committed
Fix a the description of the CSE pass.
1 parent 0958f67 commit f63492f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/swift/SILPasses/Passes.def

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ PASS(CFGPrinter, "view-cfg",
4646
PASS(COWArrayOpts, "cowarray-opt",
4747
"COW Array optimizations")
4848
PASS(CSE, "cse",
49-
"Constant subexpression elimination")
49+
"Common subexpression elimination")
5050
PASS(CallGraphPrinter, "call-graph-printer",
5151
"Construct and print the call graph for use in testing")
5252
PASS(CapturePromotion, "capture-promotion",
@@ -99,7 +99,7 @@ PASS(GlobalOpt, "global-opt",
9999
PASS(GlobalPropertyOpt, "global-property-opt",
100100
"Optimize properties")
101101
PASS(HighLevelCSE, "high-level-cse",
102-
"Constant subexpression elimination on High-level SIL")
102+
"Common subexpression elimination on High-level SIL")
103103
PASS(HighLevelLICM, "high-level-licm",
104104
"High Level Loop invariant code motion")
105105
PASS(IVInfoPrinter, "iv-info-printer",

0 commit comments

Comments
 (0)