Update test to new EH model.
authorBill Wendling <isanbard@gmail.com>
Tue, 31 Jan 2012 02:05:13 +0000 (02:05 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 31 Jan 2012 02:05:13 +0000 (02:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149333 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/Inline/inline-invoke-tail.ll

index 462c29a85cef49240345658090100be7b2083ed6..5d7c3a4992b49054d40ff797c0a07980f10d2ef6 100644 (file)
@@ -23,8 +23,8 @@ invcont:
        ret i32 %retval
 
 lpad:
-       %eh_ptr = call i8* @llvm.eh.exception()
-       %eh_select = call i32 (i8*, i8*, ...)* @llvm.eh.selector(i8* %eh_ptr, i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*), i8* null)
+        %exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0
+            catch i8* null
        unreachable
 }