forked from OSchip/llvm-project
[coroutines] Fix coro-eh-cleanup.cpp test
llvm-svn: 303584
This commit is contained in:
parent
5b050e4a18
commit
21a29cfe76
|
@ -51,7 +51,7 @@ coro_t f() {
|
|||
// CHECK: [[EHCLEANUP]]:
|
||||
// CHECK: %[[INNERPAD:.+]] = cleanuppad within none []
|
||||
// CHECK: call void @"\01??_DCleanup@@QEAAXXZ"(
|
||||
// CHECK: cleanupret from %4 unwind label %[[CATCHDISPATCH:.+]]
|
||||
// CHECK: cleanupret from %{{.+}} unwind label %[[CATCHDISPATCH:.+]]
|
||||
|
||||
// CHECK: [[CATCHDISPATCH]]:
|
||||
// CHECK: catchswitch within none [label %[[CATCHPAD:.+]]] unwind label %[[COROENDBB:.+]]
|
||||
|
|
Loading…
Reference in New Issue