[SystemZ] Add test missing from r186148
[oota-llvm.git] / test / Transforms / InstCombine / 2004-01-13-InstCombineInvokePHI.ll
index bec0b9e0c5733d1396d48ca43832558f46dc5a1d..6df30c7e7fd146251de1730e5de72be909c09eb6 100644 (file)
@@ -23,6 +23,9 @@ cont:           ; preds = %call, %entry
         ret i32 %V
 
 N:              ; preds = %call
+        %exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0
+                 cleanup
         ret i32 0
 }
 
+declare i32 @__gxx_personality_v0(...)