OSDN Git Service

[opaque pointer types] Update InvokeInst creation APIs to consistently
authorJames Y Knight <jyknight@google.com>
Mon, 14 Jan 2019 21:37:48 +0000 (21:37 +0000)
committerJames Y Knight <jyknight@google.com>
Mon, 14 Jan 2019 21:37:48 +0000 (21:37 +0000)
commit7a5d86473a59354dc35d5af7d8d17ba2fc6909ca
tree557b34c4f5630c0d958c2297120d078390f7253d
parentf806f42158f6adcf25dd25eb6667896bc0269a8d
[opaque pointer types] Update InvokeInst creation APIs to consistently
accept a callee-type argument.

Note: this also adds a new C API and soft-deprecates the old C API.

Differential Revision: https://reviews.llvm.org/D56557

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@351122 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm-c/Core.h
include/llvm/IR/IRBuilder.h
include/llvm/IR/Instructions.h
lib/IR/Core.cpp