From: Nick Lewycky Date: Wed, 26 Feb 2014 02:39:43 +0000 (+0000) Subject: Delete two declared overloads of CallInst::CallInst that are never defined or used... X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=bb69788ba3d62d95758423601c3f4f00d269d3cd;p=oota-llvm.git Delete two declared overloads of CallInst::CallInst that are never defined or used. No functionality change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202218 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/IR/Instructions.h b/include/llvm/IR/Instructions.h index 786fa8cdc21..2a2c4c69d33 100644 --- a/include/llvm/IR/Instructions.h +++ b/include/llvm/IR/Instructions.h @@ -1188,10 +1188,6 @@ class CallInst : public Instruction { inline CallInst(Value *Func, ArrayRef Args, const Twine &NameStr, BasicBlock *InsertAtEnd); - CallInst(Value *F, Value *Actual, const Twine &NameStr, - Instruction *InsertBefore); - CallInst(Value *F, Value *Actual, const Twine &NameStr, - BasicBlock *InsertAtEnd); explicit CallInst(Value *F, const Twine &NameStr, Instruction *InsertBefore); CallInst(Value *F, const Twine &NameStr, BasicBlock *InsertAtEnd);