File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -231,11 +231,6 @@ class PassBuilder {
231
231
// / optimization and code generation without any link-time optimization. It
232
232
// / typically correspond to frontend "-O[123]" options for optimization
233
233
// / levels \c O1, \c O2 and \c O3 resp.
234
- // /
235
- // / Note that \p Level cannot be `O0` here. The pipelines produced are
236
- // / only intended for use when attempting to optimize code. If frontends
237
- // / require some transformations for semantic reasons, they should explicitly
238
- // / build them.
239
234
ModulePassManager buildPerModuleDefaultPipeline (OptimizationLevel Level,
240
235
bool LTOPreLink = false );
241
236
@@ -246,11 +241,6 @@ class PassBuilder {
246
241
// / a ThinLTO run. It works to minimize the IR which needs to be analyzed
247
242
// / without making irreversible decisions which could be made better during
248
243
// / the LTO run.
249
- // /
250
- // / Note that \p Level cannot be `O0` here. The pipelines produced are
251
- // / only intended for use when attempting to optimize code. If frontends
252
- // / require some transformations for semantic reasons, they should explicitly
253
- // / build them.
254
244
ModulePassManager buildThinLTOPreLinkDefaultPipeline (OptimizationLevel Level);
255
245
256
246
// / Build an ThinLTO default optimization pipeline to a pass manager.
You can’t perform that action at this time.
0 commit comments