File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -156,12 +156,13 @@ static bool cacheSpecialization(SILModule &M, SILFunction *F) {
156
156
llvm::dbgs () << " Keep specialization: " << DemangledName << " : "
157
157
<< F->getName () << " \n " );
158
158
// Make it public, so that others can refer to it.
159
- // NOTE: This function may refer to non-public symbols, which may lead
160
- // to problems, if you ever try to inline this function. Therefore,
161
- // these specializations should only be used to refer to them,
162
- // but should never be inlined!
163
- // The general rule could be: Never inline specializations from stdlib!
164
-
159
+ //
160
+ // NOTE: This function may refer to non-public symbols, which may lead to
161
+ // problems, if you ever try to inline this function. Therefore, these
162
+ // specializations should only be used to refer to them, but should never
163
+ // be inlined! The general rule could be: Never inline specializations
164
+ // from stdlib!
165
+ //
165
166
// NOTE: Making these specializations public at this point breaks
166
167
// some optimizations. Therefore, just mark the function.
167
168
// DeadFunctionElimination pass will check if the function is marked
You can’t perform that action at this time.
0 commit comments