diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/win-catchpad-nested-cxx.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/win-catchpad-nested-cxx.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/win-catchpad-nested-cxx.ll b/llvm/test/CodeGen/X86/win-catchpad-nested-cxx.ll index 22ce7e5cd87..ac4598385cd 100644 --- a/llvm/test/CodeGen/X86/win-catchpad-nested-cxx.ll +++ b/llvm/test/CodeGen/X86/win-catchpad-nested-cxx.ll @@ -31,7 +31,7 @@ catch.dispatch.1: %cs1 = catchswitch within none [label %handler1] unwind to caller handler1: %h1 = catchpad within %cs1 [i8* null, i32 64, i8* null] - invoke void @f(i32 2) + invoke void @f(i32 2) [ "funclet"(token %h1) ] to label %catchret1 unwind label %catch.dispatch.2 catchret1: catchret from %h1 to label %try.cont |