commit | 1a9a2d0d6b16cea4cf98fdce5db597008453cbd6 | [log] [tgz] |
---|---|---|
author | Bill Wendling <isanbard@gmail.com> | Thu Aug 25 23:48:37 2011 +0000 |
committer | Bill Wendling <isanbard@gmail.com> | Thu Aug 25 23:48:37 2011 +0000 |
tree | 3359a7ce4ab061a65821816a9b2e92b633a8308b | |
parent | 09908c4b4a0b25eab4cb496d95d9dcc93f2214f2 [diff] [blame] |
Update to the new EH scheme. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138606 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/Generic/2007-02-25-invoke.ll b/test/CodeGen/Generic/2007-02-25-invoke.ll index 6e20eaa..7850cec 100644 --- a/test/CodeGen/Generic/2007-02-25-invoke.ll +++ b/test/CodeGen/Generic/2007-02-25-invoke.ll
@@ -8,5 +8,9 @@ invcont: ret i32 %A blat: - ret i32 0 + %lpad = landingpad { i8*, i32 } personality i32 (...)* @__gxx_personality_v0 + cleanup + ret i32 0 } + +declare i32 @__gxx_personality_v0(...)