forked from OSchip/llvm-project
Declare this function here so that it doesn't get C++ mangling.
llvm-svn: 131379
This commit is contained in:
parent
036f2f6b35
commit
0db2654023
|
@ -282,6 +282,8 @@ typedef enum {
|
|||
LLVMRealPredicateTrue /**< Always true (always folded) */
|
||||
} LLVMRealPredicate;
|
||||
|
||||
void LLVMInitializeCore(LLVMPassRegistryRef R);
|
||||
|
||||
|
||||
/*===-- Error handling ----------------------------------------------------===*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue