summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c/Object.h
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
commit500ebeb87f70ce1b49a7bc8321adaa19c6fb40f3 (patch)
treeb40cdcf982e564d6889455b552f686b057bea369 /llvm/include/llvm-c/Object.h
parent846bcff7c7135f87902557b1fcae488f1af59596 (diff)
downloadbcm5719-llvm-500ebeb87f70ce1b49a7bc8321adaa19c6fb40f3.tar.gz
bcm5719-llvm-500ebeb87f70ce1b49a7bc8321adaa19c6fb40f3.zip
Use LLVMBool for a function that logically returns a boolean value.
llvm-svn: 142683
Diffstat (limited to 'llvm/include/llvm-c/Object.h')
-rw-r--r--llvm/include/llvm-c/Object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm-c/Object.h b/llvm/include/llvm-c/Object.h
index 35706f5874c..91dc274267c 100644
--- a/llvm/include/llvm-c/Object.h
+++ b/llvm/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
OpenPOWER on IntegriCloud