summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c/Target.h
diff options
context:
space:
mode:
authorAmaury Sechet <deadalnix@gmail.com>2016-02-16 00:22:02 +0000
committerAmaury Sechet <deadalnix@gmail.com>2016-02-16 00:22:02 +0000
commit2ffde01b5627d6c466287fea9f5b5ba2be9948c2 (patch)
treecb93aa9d290ff4c5d27f27250135218748593341 /llvm/include/llvm-c/Target.h
parent320aa53ec946a20d8a857d526895c913d3583b52 (diff)
downloadbcm5719-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/llvm-c/Target.h')
-rw-r--r--llvm/include/llvm-c/Target.h5
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. */
OpenPOWER on IntegriCloud