OSDN Git Service

[llvm-c] Add LLVMGetValueKind.
authorPeter Zotov <whitequark@whitequark.org>
Wed, 6 Apr 2016 22:21:29 +0000 (22:21 +0000)
committerPeter Zotov <whitequark@whitequark.org>
Wed, 6 Apr 2016 22:21:29 +0000 (22:21 +0000)
commit2a41371ff75994f25b27d7a1ef0c602062e25097
treeed3476b0148465500a19dd1a3e62e672c00856d0
parentc6bf9be16da829a7292b1aa7307c4f162b4c6f72
[llvm-c] Add LLVMGetValueKind.

Patch by Nicole Mazzuca <npmazzuca@gmail.com>.

Differential Revision: http://reviews.llvm.org/D18729

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@265608 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm-c/Core.h
lib/IR/Core.cpp
tools/llvm-c-test/echo.cpp