Revert r140083 and r140084 until buildbots can be fixed.
[oota-llvm.git] / test / Transforms / CodeExtractor / 2004-11-12-InvokeExtract.ll
index 0460c19b7d17d7f03f647be4ed0bd6f05205cd37..fc58577f67abf8d8abfb7842ab8dd8ffbfa230aa 100644 (file)
@@ -10,9 +10,6 @@ Cont:           ; preds = %EB
         ret i32 %V
 
 Unw:            ; preds = %EB
-        %exn = landingpad {i8*, i32} personality i32 (...)* @__gcc_personality_v0
-                 catch i8* null
-        resume { i8*, i32 } %exn
+        unwind
 }
 
-declare i32 @__gcc_personality_v0(...)