Skip to content

Commit bb3a28e

Browse files
committed
[Clang][Coroutines] Remove leftover of test fix
1 parent 033f1b3 commit bb3a28e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/test/CodeGenCoroutines/coro-dest-slot.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ struct coro {
1717
extern "C" coro f(int) { co_return; }
1818
// Verify that cleanup.dest.slot is eliminated in a coroutine.
1919
// CHECK-LABEL: f(
20-
// CHECK: %[[PROMISE:.+]] = alloca %"struct.coro::promise_type"
2120
// CHECK: %[[INIT_SUSPEND:.+]] = call i8 @llvm.coro.suspend(
2221
// CHECK-NEXT: switch i8 %[[INIT_SUSPEND]], label
2322
// CHECK-NEXT: i8 0, label %[[INIT_READY:.+]]

0 commit comments

Comments
 (0)