Skip to content

Commit 5143ce9

Browse files
committed
rebase
Created using spr 1.3.4
1 parent 14c41e8 commit 5143ce9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Passes/PassBuilderPipelines.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,6 @@ static bool isLTOPostLink(ThinOrFullLTOPhase Phase) {
419419

420420
// Helper to wrap conditionally Coro passes.
421421
static CoroConditionalWrapper buildCoroWrapper(ThinOrFullLTOPhase Phase) {
422-
// TODO: Skip passes according to Phase.
423422
ModulePassManager CoroPM;
424423
if (!isLTOPostLink(Phase))
425424
CoroPM.addPass(CoroEarlyPass());

0 commit comments

Comments
 (0)