diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/win-catchpad-nested.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/win-catchpad-nested.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/win-catchpad-nested.ll b/llvm/test/CodeGen/X86/win-catchpad-nested.ll index d20f9f69a5e..7afcd9cc1f3 100644 --- a/llvm/test/CodeGen/X86/win-catchpad-nested.ll +++ b/llvm/test/CodeGen/X86/win-catchpad-nested.ll @@ -16,7 +16,7 @@ catch.dispatch.1: outer.catch: %cp1 = catchpad within %cs1 [i32 1] - invoke void @f() + invoke void @f() [ "funclet"(token %cp1) ] to label %outer.ret unwind label %catch.dispatch.2 outer.ret: catchret from %cp1 to label %exit |