File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
include/swift/SILOptimizer/PassManager Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 66
66
#endif
67
67
68
68
// / SWIFT_SILCOMBINE_PASS(Inst)
69
- // / Similar to SWIFT_FUNCTION_PASS, but defines an instruction pass which is
70
- // / implemented in swift and is run by the SILCombiner.
69
+ // / Similar to SWIFT_FUNCTION_PASS, but defines an instruction simplification
70
+ // / which is implemented in swift and is run by the SILCombiner.
71
71
// / The \p Inst argument specifies the instruction class.
72
72
// /
73
73
// / No further code is need on the C++ side. On the swift side an instruction
74
- // / pass must be registered for the instruction class with 'registerPass()'.
74
+ // / simplification must be registered for the instruction class with
75
+ // / `registerForSILCombine`.
75
76
// /
76
77
#ifndef SWIFT_SILCOMBINE_PASS
77
78
#define SWIFT_SILCOMBINE_PASS (Inst )
You can’t perform that action at this time.
0 commit comments