summaryrefslogtreecommitdiff
path: root/include/llvm-c
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2011-10-21 20:35:58 +0000
committerOwen Anderson <resistor@mac.com>2011-10-21 20:35:58 +0000
commitca7eb3e171f63de3cfc1020d86375ce11d356194 (patch)
tree792b8cfb1553892f1e0199d5c4c77cf6fb85a2e3 /include/llvm-c
parentb6310316dbaf8716003531d7ed245f77f1a76a11 (diff)
downloadllvm-ca7eb3e171f63de3cfc1020d86375ce11d356194.tar.gz
llvm-ca7eb3e171f63de3cfc1020d86375ce11d356194.tar.bz2
llvm-ca7eb3e171f63de3cfc1020d86375ce11d356194.tar.xz
Use LLVMBool for a function that logically returns a boolean value.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142683 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm-c')
-rw-r--r--include/llvm-c/Object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm-c/Object.h b/include/llvm-c/Object.h
index 35706f5874..91dc274267 100644
--- a/include/llvm-c/Object.h
+++ b/include/llvm-c/Object.h
@@ -58,7 +58,7 @@ const char *LLVMGetSectionName(LLVMSectionIteratorRef SI);
uint64_t LLVMGetSectionSize(LLVMSectionIteratorRef SI);
const char *LLVMGetSectionContents(LLVMSectionIteratorRef SI);
uint64_t LLVMGetSectionAddress(LLVMSectionIteratorRef SI);
-int LLVMGetSectionContainsSymbol(LLVMSectionIteratorRef SI,
+LLVMBool LLVMGetSectionContainsSymbol(LLVMSectionIteratorRef SI,
LLVMSymbolIteratorRef Sym);
// SymbolRef accessors