diff options
author | Amaury Sechet <deadalnix@gmail.com> | 2016-02-16 00:22:02 +0000 |
---|---|---|
committer | Amaury Sechet <deadalnix@gmail.com> | 2016-02-16 00:22:02 +0000 |
commit | 2ffde01b5627d6c466287fea9f5b5ba2be9948c2 (patch) | |
tree | cb93aa9d290ff4c5d27f27250135218748593341 /llvm/include | |
parent | 320aa53ec946a20d8a857d526895c913d3583b52 (diff) | |
download | bcm5719-llvm-2ffde01b5627d6c466287fea9f5b5ba2be9948c2.tar.gz bcm5719-llvm-2ffde01b5627d6c466287fea9f5b5ba2be9948c2.zip |
Kill LLVMAddTargetData
Summary: It's red, it's dead.
Reviewers: joker.eph, Wallbraker, echristo
Subscribers: llvm-commits, axw
Differential Revision: http://reviews.llvm.org/D17282
llvm-svn: 260919
Diffstat (limited to 'llvm/include')
-rw-r--r-- | llvm/include/llvm-c/Target.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/include/llvm-c/Target.h b/llvm/include/llvm-c/Target.h index 24d2cb4c959..2b969e24a18 100644 --- a/llvm/include/llvm-c/Target.h +++ b/llvm/include/llvm-c/Target.h @@ -187,11 +187,6 @@ static inline LLVMBool LLVMInitializeNativeDisassembler(void) { See the constructor llvm::DataLayout::DataLayout. */ LLVMTargetDataRef LLVMCreateTargetData(const char *StringRep); -/** Adds target data information to a pass manager. This does not take ownership - of the target data. - See the method llvm::PassManagerBase::add. */ -void LLVMAddTargetData(LLVMTargetDataRef TD, LLVMPassManagerRef PM); - /** Adds target library information to a pass manager. This does not take ownership of the target library info. See the method llvm::PassManagerBase::add. */ |