From 21a29cfe769292a46fa82725b9feccc6d6731160 Mon Sep 17 00:00:00 2001 From: Gor Nishanov Date: Mon, 22 May 2017 22:41:28 +0000 Subject: [PATCH] [coroutines] Fix coro-eh-cleanup.cpp test llvm-svn: 303584 --- clang/test/CodeGenCoroutines/coro-eh-cleanup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/CodeGenCoroutines/coro-eh-cleanup.cpp b/clang/test/CodeGenCoroutines/coro-eh-cleanup.cpp index 901ed5492..5a3ecd1 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:.+]] -- 2.7.4