From 2ffde01b5627d6c466287fea9f5b5ba2be9948c2 Mon Sep 17 00:00:00 2001 From: Amaury Sechet Date: Tue, 16 Feb 2016 00:22:02 +0000 Subject: 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 --- llvm/include/llvm-c/Target.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'llvm/include/llvm-c/Target.h') 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. */ -- cgit v1.2.3