Skip to content

Commit f2d02ce

Browse files
committed
[Coroutines] Remove some stale FIXMEs (NFC)
The calls are already musttail.
1 parent 5afb937 commit f2d02ce

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

llvm/test/Instrumentation/InstrProfiling/Coro/coro-split-musttail6.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ exit:
8585
ret void
8686
}
8787

88-
; FIXME: The fakeresume1 here should be marked as musttail.
8988
; Verify that in the resume part resume call is marked with musttail.
9089
; CHECK-LABEL: @f.resume(
9190
; CHECK: musttail call fastcc void @fakeresume1(ptr align 8 null)

llvm/test/Instrumentation/InstrProfiling/Coro/coro-split-musttail7.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ exit:
8888
ret void
8989
}
9090

91-
; FIXME: The fakeresume1 here should be marked as musttail.
9291
; Verify that in the resume part resume call is marked with musttail.
9392
; CHECK-LABEL: @f.resume(
9493
; CHECK: musttail call fastcc void @fakeresume1(ptr align 8 null)

llvm/test/Transforms/Coroutines/coro-split-musttail6.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ exit:
8888
ret void
8989
}
9090

91-
; FIXME: The fakeresume1 here should be marked as musttail.
9291
; Verify that in the resume part resume call is marked with musttail.
9392
; CHECK-LABEL: @f.resume(
9493
; CHECK: musttail call fastcc void @fakeresume1(ptr align 8 null)

llvm/test/Transforms/Coroutines/coro-split-musttail7.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ exit:
8888
ret void
8989
}
9090

91-
; FIXME: The fakeresume1 here should be marked as musttail.
9291
; Verify that in the resume part resume call is marked with musttail.
9392
; CHECK-LABEL: @f.resume(
9493
; CHECK: musttail call fastcc void @fakeresume1(ptr align 8 null)

0 commit comments

Comments
 (0)