From bb69788ba3d62d95758423601c3f4f00d269d3cd Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Wed, 26 Feb 2014 02:39:43 +0000 Subject: [PATCH] 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 --- include/llvm/IR/Instructions.h | 4 ---- 1 file changed, 4 deletions(-) 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); -- 2.34.1