From: Nick Lewycky Date: Sun, 15 May 2011 07:20:34 +0000 (+0000) Subject: Declare this function here so that it doesn't get C++ mangling. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=be1532ec66648f1c86d684f4840c03e29a4391ce;p=oota-llvm.git Declare this function here so that it doesn't get C++ mangling. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131379 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm-c/Core.h b/include/llvm-c/Core.h index 39c3cb40117..70fc6999530 100644 --- a/include/llvm-c/Core.h +++ b/include/llvm-c/Core.h @@ -282,6 +282,8 @@ typedef enum { LLVMRealPredicateTrue /**< Always true (always folded) */ } LLVMRealPredicate; +void LLVMInitializeCore(LLVMPassRegistryRef R); + /*===-- Error handling ----------------------------------------------------===*/