diff options
| author | Bill Wendling <isanbard@gmail.com> | 2011-08-31 21:39:05 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2011-08-31 21:39:05 +0000 |
| commit | d4e871404d179e4e05973fd3881ca1d3d70c09f7 (patch) | |
| tree | c768f023e55e78362f929c8a7b048c69ec3cae4a /llvm/test/CodeGen/X86/2009-09-10-LoadFoldingBug.ll | |
| parent | 293c31b81c0b486558eb24e235aa669b3f474718 (diff) | |
| download | bcm5719-llvm-d4e871404d179e4e05973fd3881ca1d3d70c09f7.tar.gz bcm5719-llvm-d4e871404d179e4e05973fd3881ca1d3d70c09f7.zip | |
Update more tests to the new EH scheme.
llvm-svn: 138903
Diffstat (limited to 'llvm/test/CodeGen/X86/2009-09-10-LoadFoldingBug.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/2009-09-10-LoadFoldingBug.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/2009-09-10-LoadFoldingBug.ll b/llvm/test/CodeGen/X86/2009-09-10-LoadFoldingBug.ll index 7b5e871246c..5483b73ecc8 100644 --- a/llvm/test/CodeGen/X86/2009-09-10-LoadFoldingBug.ll +++ b/llvm/test/CodeGen/X86/2009-09-10-LoadFoldingBug.ll @@ -34,6 +34,8 @@ invcont2: ; preds = %invcont1 ret i32 0 lpad: ; preds = %invcont1, %invcont, %entry + %exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0 + cleanup %8 = call i32 @vm_deallocate(i32 undef, i64 0, i64 %0) ; <i32> [#uses=0] unreachable } @@ -45,3 +47,5 @@ declare i8* @pluginInstance(i8*, i32) declare zeroext i8 @invoke(i8*, i32, i8*, i64, i32, i64*, i32*) declare void @booleanAndDataReply(i32, i32, i32, i32, i64, i32) + +declare i32 @__gxx_personality_v0(...) |

