Declare this function here so that it doesn't get C++ mangling.

llvm-svn: 131379
This commit is contained in:
Nick Lewycky 2011-05-15 07:20:34 +00:00
parent 036f2f6b35
commit 0db2654023
1 changed files with 2 additions and 0 deletions

View File

@ -282,6 +282,8 @@ typedef enum {
LLVMRealPredicateTrue /**< Always true (always folded) */
} LLVMRealPredicate;
void LLVMInitializeCore(LLVMPassRegistryRef R);
/*===-- Error handling ----------------------------------------------------===*/