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 | ab98f9d155a0a9b085921ff1f72b00f9f43e74c4 (patch) | |
tree | bdf4585e2f236c6d773be7ffedcf79fc39846bbc /test/Transforms/ObjCARC/basic.ll | |
parent | b072dd9ba434d97aac2f3b40fc81202f36c0a075 (diff) |
Update more tests to the new EH scheme.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138894 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/ObjCARC/basic.ll')
-rw-r--r-- | test/Transforms/ObjCARC/basic.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Transforms/ObjCARC/basic.ll b/test/Transforms/ObjCARC/basic.ll index 72f05ffaac..575cf42d4e 100644 --- a/test/Transforms/ObjCARC/basic.ll +++ b/test/Transforms/ObjCARC/basic.ll @@ -698,6 +698,8 @@ invoke.cont23: ; preds = %if.then12 lpad20: ; preds = %invoke.cont23, %if.then12 %tmp502 = phi double* [ undef, %invoke.cont23 ], [ %self, %if.then12 ] + %exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0 + cleanup unreachable if.end: ; preds = %invoke.cont23 @@ -1998,3 +2000,5 @@ end: ; preds = %if.end125, %if.end1 } !0 = metadata !{} + +declare i32 @__gxx_personality_v0(...) |