diff options
author | Evan Cheng <evan.cheng@apple.com> | 2013-04-04 17:40:53 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2013-04-04 17:40:53 +0000 |
commit | 2e254d041e12928fd665d3aefcf3e83972901fc7 (patch) | |
tree | 1ec717154470ee7fbb2ab2cd3e555baccd12e637 /llvm/include/llvm-c/ExecutionEngine.h | |
parent | 8f45ddf5d9951e7a1245a8f8c5e9c2a460f647bb (diff) | |
download | bcm5719-llvm-2e254d041e12928fd665d3aefcf3e83972901fc7.tar.gz bcm5719-llvm-2e254d041e12928fd665d3aefcf3e83972901fc7.zip |
Revert r178713
llvm-svn: 178769
Diffstat (limited to 'llvm/include/llvm-c/ExecutionEngine.h')
-rw-r--r-- | llvm/include/llvm-c/ExecutionEngine.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/include/llvm-c/ExecutionEngine.h b/llvm/include/llvm-c/ExecutionEngine.h index 6ca316c2b1b..cb77bb2e2e2 100644 --- a/llvm/include/llvm-c/ExecutionEngine.h +++ b/llvm/include/llvm-c/ExecutionEngine.h @@ -138,9 +138,7 @@ void *LLVMGetPointerToGlobal(LLVMExecutionEngineRef EE, LLVMValueRef Global); #ifdef __cplusplus } -#endif -#if defined(__cplusplus) && !defined(LLVM_DO_NOT_INCLUDE_CPP_HEADERS) namespace llvm { struct GenericValue; class ExecutionEngine; @@ -159,6 +157,7 @@ namespace llvm { #undef DEFINE_SIMPLE_CONVERSION_FUNCTIONS } -#endif /* defined(__cplusplus) && !defined(LLVM_DO_NOT_INCLUDE_CPP_HEADERS) */ + +#endif /* defined(__cplusplus) */ #endif |