Use LLVMBool for a function that logically returns a boolean value.
llvm-svn: 142683
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user