We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 033f1b3 commit bb3a28eCopy full SHA for bb3a28e
clang/test/CodeGenCoroutines/coro-dest-slot.cpp
@@ -17,7 +17,6 @@ struct coro {
17
extern "C" coro f(int) { co_return; }
18
// Verify that cleanup.dest.slot is eliminated in a coroutine.
19
// CHECK-LABEL: f(
20
-// CHECK: %[[PROMISE:.+]] = alloca %"struct.coro::promise_type"
21
// CHECK: %[[INIT_SUSPEND:.+]] = call i8 @llvm.coro.suspend(
22
// CHECK-NEXT: switch i8 %[[INIT_SUSPEND]], label
23
// CHECK-NEXT: i8 0, label %[[INIT_READY:.+]]
0 commit comments