Fix a stackmap bug introduced in r220710.
[oota-llvm.git] / test / CodeGen / X86 / fast-isel-cmp-branch.ll
index 12312e8a581c432ebfc80ad54b91d6da045811f7..6e408f896663885d93851408b96530587ecbd790 100644 (file)
@@ -26,5 +26,9 @@ true:
 return:
   ret void
 unw:
+  %exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0
+            cleanup
   unreachable
 }
+
+declare i32 @__gxx_personality_v0(...)