Revert "Update LLVM bindings after r239940. ..."
authorReid Kleckner <reid@kleckner.net>
Thu, 16 Jul 2015 01:16:39 +0000 (01:16 +0000)
committerReid Kleckner <reid@kleckner.net>
Thu, 16 Jul 2015 01:16:39 +0000 (01:16 +0000)
commit7c898facbc5c707c77f25f7fd9b512a099af62a8
tree98dbe0b0cc38424118e3171273186ba6abbd8bbf
parentf7a602587e576759a1528bf062dea098396a3582
Revert "Update LLVM bindings after r239940. ..."

Revert the changes to the C API LLVMBuildLandingPad that were part of
the personality function move. We now set the personality on the parent
function when the C API attempts to construct a landingpad with a
personality.

This reverts commit r240010.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242372 91177308-0d34-0410-b5e6-96231b3b80d8
bindings/go/llvm/ir.go
bindings/ocaml/llvm/llvm_ocaml.c
include/llvm-c/Core.h
lib/IR/Core.cpp