diff options
Diffstat (limited to 'llvm/test/CodeGen/WinEH/cppeh-multi-catch.ll')
| -rw-r--r-- | llvm/test/CodeGen/WinEH/cppeh-multi-catch.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/WinEH/cppeh-multi-catch.ll b/llvm/test/CodeGen/WinEH/cppeh-multi-catch.ll index 9844eb5735c..e8965ee3531 100644 --- a/llvm/test/CodeGen/WinEH/cppeh-multi-catch.ll +++ b/llvm/test/CodeGen/WinEH/cppeh-multi-catch.ll @@ -52,7 +52,7 @@ $"\01??_R0?AVSomeClass@@@8" = comdat any ; CHECK: [[I_PTR:\%.+]] = alloca i32, align 4 ; CHECK: call void (...) @llvm.frameescape(i32* [[I_PTR]], i64* [[LL_PTR]], %class.SomeClass** [[OBJ_PTR]]) ; CHECK: invoke void @"\01?may_throw@@YAXXZ"() -; CHECK: to label %invoke.cont unwind label %[[LPAD_LABEL:lpad[0-9]+]] +; CHECK: to label %invoke.cont unwind label %[[LPAD_LABEL:lpad[0-9]*]] ; Function Attrs: uwtable define void @"\01?test@@YAXXZ"() #0 { |

