diff options
author | Bill Wendling <isanbard@gmail.com> | 2011-08-31 21:04:11 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2011-08-31 21:04:11 +0000 |
commit | e6174a2c85ef9ee6094e91378f6f06a0c429a591 (patch) | |
tree | 71347b9bd8112e2eca68d114f23d42ec5adb2279 /llvm/test/CodeGen/Generic | |
parent | fa6f5d6ab8c3f7ba54c1ca1fedc343c2b8b76359 (diff) | |
download | bcm5719-llvm-e6174a2c85ef9ee6094e91378f6f06a0c429a591.tar.gz bcm5719-llvm-e6174a2c85ef9ee6094e91378f6f06a0c429a591.zip |
Update more tests to the new EH scheme.
llvm-svn: 138894
Diffstat (limited to 'llvm/test/CodeGen/Generic')
-rw-r--r-- | llvm/test/CodeGen/Generic/2004-02-08-UnwindSupport.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/Generic/2004-02-08-UnwindSupport.ll b/llvm/test/CodeGen/Generic/2004-02-08-UnwindSupport.ll index 393062abf78..a072ab70df5 100644 --- a/llvm/test/CodeGen/Generic/2004-02-08-UnwindSupport.ll +++ b/llvm/test/CodeGen/Generic/2004-02-08-UnwindSupport.ll @@ -12,6 +12,9 @@ cont: ; preds = %0 ret i32 1 EH: ; preds = %0 + %exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0 + cleanup ret i32 0 } +declare i32 @__gxx_personality_v0(...) |