Revert r138606 until LowerInvoke has been converted to the new EH scheme.
authorBill Wendling <isanbard@gmail.com>
Fri, 26 Aug 2011 21:11:23 +0000 (21:11 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 26 Aug 2011 21:11:23 +0000 (21:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138656 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/Generic/2004-02-08-UnwindSupport.ll

index 30589f572e56003b2964fbaa3522c9b73701fc0d..393062abf78e1ec01fee250a188153c929d738c2 100644 (file)
@@ -12,9 +12,6 @@ cont:           ; preds = %0
         ret i32 1
 
 EH:             ; preds = %0
-  %lpad = landingpad { i8*, i32 } personality i32 (...)* @__gxx_personality_v0
-            cleanup
-  ret i32 0
+        ret i32 0
 }
 
-declare i32 @__gxx_personality_v0(...)