diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2013-04-23 15:13:36 +0000 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2013-04-23 15:13:36 +0000 |
commit | a1fd35a04c34a80c73c42cc5d0c9292e8b2755ce (patch) | |
tree | 7791c653eb2c0094e97983143159dfa7aacd353d /llvm/lib/ExecutionEngine/ExecutionEngineBindings.cpp | |
parent | c140c631cba8f3a1252fdfe8531cd8b6542a33d8 (diff) | |
download | bcm5719-llvm-a1fd35a04c34a80c73c42cc5d0c9292e8b2755ce.tar.gz bcm5719-llvm-a1fd35a04c34a80c73c42cc5d0c9292e8b2755ce.zip |
Wrap.h: Define wrap / unwrap function for ExecutionEngine
llvm-svn: 180112
Diffstat (limited to 'llvm/lib/ExecutionEngine/ExecutionEngineBindings.cpp')
-rw-r--r-- | llvm/lib/ExecutionEngine/ExecutionEngineBindings.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/ExecutionEngineBindings.cpp b/llvm/lib/ExecutionEngine/ExecutionEngineBindings.cpp index 03500c396fc..f18cb0de9c3 100644 --- a/llvm/lib/ExecutionEngine/ExecutionEngineBindings.cpp +++ b/llvm/lib/ExecutionEngine/ExecutionEngineBindings.cpp @@ -23,7 +23,6 @@ using namespace llvm; // Wrapping the C bindings types. DEFINE_SIMPLE_CONVERSION_FUNCTIONS(GenericValue, LLVMGenericValueRef ) -DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ExecutionEngine, LLVMExecutionEngineRef) inline DataLayout *unwrap(LLVMTargetDataRef P) { return reinterpret_cast<DataLayout*>(P); |