diff options
| author | Gor Nishanov <GorNishanov@gmail.com> | 2017-05-22 22:41:28 +0000 |
|---|---|---|
| committer | Gor Nishanov <GorNishanov@gmail.com> | 2017-05-22 22:41:28 +0000 |
| commit | 21a29cfe769292a46fa82725b9feccc6d6731160 (patch) | |
| tree | 521bafa065289f30e280ce7107afe46de2033c53 /clang | |
| parent | 5b050e4a1836c34b296303d0fbe29de87cffa436 (diff) | |
| download | bcm5719-llvm-21a29cfe769292a46fa82725b9feccc6d6731160.tar.gz bcm5719-llvm-21a29cfe769292a46fa82725b9feccc6d6731160.zip | |
[coroutines] Fix coro-eh-cleanup.cpp test
llvm-svn: 303584
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/test/CodeGenCoroutines/coro-eh-cleanup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCoroutines/coro-eh-cleanup.cpp b/clang/test/CodeGenCoroutines/coro-eh-cleanup.cpp index 901ed54923a..5a3ecd1da49 100644 --- a/clang/test/CodeGenCoroutines/coro-eh-cleanup.cpp +++ b/clang/test/CodeGenCoroutines/coro-eh-cleanup.cpp @@ -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:.+]] |

