diff options
| author | Nick Lewycky <nicholas@mxc.ca> | 2011-05-15 07:20:34 +0000 |
|---|---|---|
| committer | Nick Lewycky <nicholas@mxc.ca> | 2011-05-15 07:20:34 +0000 |
| commit | 0db26540236b42639181407349e4f6e8fb1a4a3b (patch) | |
| tree | 14cde3e5f5d499a67cd9c845ad5fedf70284593d /llvm | |
| parent | 036f2f6b352fe1539d20a22e36cf3939f3ec744e (diff) | |
| download | bcm5719-llvm-0db26540236b42639181407349e4f6e8fb1a4a3b.tar.gz bcm5719-llvm-0db26540236b42639181407349e4f6e8fb1a4a3b.zip | |
Declare this function here so that it doesn't get C++ mangling.
llvm-svn: 131379
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm-c/Core.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/include/llvm-c/Core.h b/llvm/include/llvm-c/Core.h index 39c3cb40117..70fc6999530 100644 --- a/llvm/include/llvm-c/Core.h +++ b/llvm/include/llvm-c/Core.h @@ -282,6 +282,8 @@ typedef enum { LLVMRealPredicateTrue /**< Always true (always folded) */ } LLVMRealPredicate; +void LLVMInitializeCore(LLVMPassRegistryRef R); + /*===-- Error handling ----------------------------------------------------===*/ |

