Update to the new EH syntax.
authorBill Wendling <isanbard@gmail.com>
Mon, 19 Sep 2011 23:50:34 +0000 (23:50 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 19 Sep 2011 23:50:34 +0000 (23:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140103 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/LoopSimplify/2007-10-28-InvokeCrash.ll

index a481f7b7525c2710ef0ae590f7eab76abffe966f..e91d141cc6fff0a69c6acb97b9b4391957ab472b 100644 (file)
@@ -18,16 +18,12 @@ invcont17.normaldest:               ; preds = %invcont17.normaldest917, %bb_main
        br label %bb_main
 
 invcont17.normaldest.normaldest:               ; No predecessors!
-        %eh_ptr = call i8* @llvm.eh.exception()
-       %eh_select = tail call i32 (i8*, i8*, ...)* @llvm.eh.selector(i8* %eh_ptr, i8* bitcast (void ()* @__gxx_personality_v0 to i8*), i8* null)
+        %exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0
+                 catch i8* null
         store i32 %tmp23, i32* undef
        br label %bb_main
 }
 
 declare i32 @foo()
 
-declare i8* @llvm.eh.exception()
-
-declare i32 @llvm.eh.selector(i8*, i8*, ...)
-
-declare void @__gxx_personality_v0()
+declare i32 @__gxx_personality_v0(...)