Use LLVMBool for a function that logically returns a boolean value.

llvm-svn: 142683
This commit is contained in:
Owen Anderson
2011-10-21 20:35:58 +00:00
parent 846bcff7c7
commit 500ebeb87f
2 changed files with 2 additions and 2 deletions

View File

@@ -104,7 +104,7 @@ uint64_t LLVMGetSectionAddress(LLVMSectionIteratorRef SI) {
return ret;
}
int LLVMGetSectionContainsSymbol(LLVMSectionIteratorRef SI,
LLVMBool LLVMGetSectionContainsSymbol(LLVMSectionIteratorRef SI,
LLVMSymbolIteratorRef Sym) {
bool ret;
if (error_code ec = (*unwrap(SI))->containsSymbol(**unwrap(Sym), ret))