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 f619bee58f
commit 20b27eebdc

View File

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