diff options
author | Gordon Henriksen <gordonhenriksen@mac.com> | 2007-10-06 00:08:49 +0000 |
---|---|---|
committer | Gordon Henriksen <gordonhenriksen@mac.com> | 2007-10-06 00:08:49 +0000 |
commit | 88cc699942f7f972ef9bc3afa1df0a44d059e1d8 (patch) | |
tree | a2fd7394807637248221b71769b9d3c5490da2ce /include/llvm-c/Core.h | |
parent | acd96191cd8d85f376ec0baafdc4f21b3042f677 (diff) | |
download | external_llvm-88cc699942f7f972ef9bc3afa1df0a44d059e1d8.zip external_llvm-88cc699942f7f972ef9bc3afa1df0a44d059e1d8.tar.gz external_llvm-88cc699942f7f972ef9bc3afa1df0a44d059e1d8.tar.bz2 |
Wrapping Value::dump.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42668 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm-c/Core.h')
-rw-r--r-- | include/llvm-c/Core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm-c/Core.h b/include/llvm-c/Core.h index fb01b83..a9ed27b 100644 --- a/include/llvm-c/Core.h +++ b/include/llvm-c/Core.h @@ -225,6 +225,7 @@ LLVMTypeRef LLVMCreateOpaqueType(); LLVMTypeRef LLVMTypeOf(LLVMValueRef Val); const char *LLVMGetValueName(LLVMValueRef Val); void LLVMSetValueName(LLVMValueRef Val, const char *Name); +void LLVMDumpValue(LLVMValueRef Val); /* Operations on constants of any type */ LLVMValueRef LLVMGetNull(LLVMTypeRef Ty); /* all zeroes */ |