llvm-c: Add LLVMDumpType
authorAnders Waldenborg <anders@0x63.nu>
Wed, 16 Oct 2013 21:30:25 +0000 (21:30 +0000)
committerAnders Waldenborg <anders@0x63.nu>
Wed, 16 Oct 2013 21:30:25 +0000 (21:30 +0000)
commit75a5df1d1e086f3d9c46e1b602381fb56a8911f3
tree277795ed31834cc0a2c322a0f35a1203473a0e16
parent36a02c02895ec18953c1bf1e87b78f8c8b8d7947
llvm-c: Add LLVMDumpType

The C API currently allows to dump values (LLVMDumpValue), but a similar method for types was not exported.

Patch by Peter Zotov

Differential Revision: http://llvm-reviews.chandlerc.com/D1911

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