summaryrefslogtreecommitdiff
path: root/include/llvm-c
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-02-14 19:39:14 +0000
committerBill Wendling <isanbard@gmail.com>2013-02-14 19:39:14 +0000
commit296756a2b542f99dff470a70040e97469530ee3c (patch)
tree7da8276c013fb2c06ce45f274ab5b6acb8c031df /include/llvm-c
parent951d361c2861602d6c886b62318b60a0befee1ac (diff)
downloadllvm-296756a2b542f99dff470a70040e97469530ee3c.tar.gz
llvm-296756a2b542f99dff470a70040e97469530ee3c.tar.bz2
llvm-296756a2b542f99dff470a70040e97469530ee3c.tar.xz
s/bool/LLVMBool/
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175203 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm-c')
-rw-r--r--include/llvm-c/Core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm-c/Core.h b/include/llvm-c/Core.h
index 4ee4392662..c2445cd070 100644
--- a/include/llvm-c/Core.h
+++ b/include/llvm-c/Core.h
@@ -2551,7 +2551,7 @@ LLVMBool LLVMCreateMemoryBufferWithSTDIN(LLVMMemoryBufferRef *OutMemBuf,
LLVMMemoryBufferRef LLVMCreateMemoryBufferWithMemoryRange(const char *InputData,
size_t InputDataLength,
const char *BufferName,
- bool RequiresNullTerminator);
+ LLVMBool RequiresNullTerminator);
LLVMMemoryBufferRef LLVMCreateMemoryBufferWithMemoryRangeCopy(const char *InputData,
size_t InputDataLength,
const char *BufferName);