diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/seh-finally.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/seh-finally.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/seh-finally.ll b/llvm/test/CodeGen/X86/seh-finally.ll index 67bce81a66a..8405d200776 100644 --- a/llvm/test/CodeGen/X86/seh-finally.ll +++ b/llvm/test/CodeGen/X86/seh-finally.ll @@ -18,7 +18,7 @@ invoke.cont: ; preds = %entry lpad: ; preds = %entry %p = cleanuppad within none [] - %call2 = call i32 @puts(i8* getelementptr inbounds ([10 x i8], [10 x i8]* @str_recovered, i64 0, i64 0)) + %call2 = call i32 @puts(i8* getelementptr inbounds ([10 x i8], [10 x i8]* @str_recovered, i64 0, i64 0)) [ "funclet"(token %p) ] cleanupret from %p unwind to caller } |