Remove the getAttributesAtIndex and getNumAttrs methods in favor of using the getAttr...
[oota-llvm.git] / test / Transforms / CodeExtractor / 2004-11-12-InvokeExtract.ll
index fc58577f67abf8d8abfb7842ab8dd8ffbfa230aa..92603d9e634ea83067b8c2435201db999867e543 100644 (file)
@@ -10,6 +10,9 @@ Cont:           ; preds = %EB
         ret i32 %V
 
 Unw:            ; preds = %EB
-        unwind
+        %exn = landingpad { i8*, i32 } personality i32 (...)* @__gcc_personality_v0
+                 catch i8* null
+        resume { i8*, i32 } %exn
 }
 
+declare i32 @__gcc_personality_v0(...)