summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2014-02-26 02:39:43 +0000
committerNick Lewycky <nicholas@mxc.ca>2014-02-26 02:39:43 +0000
commitbb69788ba3d62d95758423601c3f4f00d269d3cd (patch)
treec727dd222e0bd4981c41d2e00773dff2bde5c56d /include
parentcf84b5ba5eecf5ae1b3d8b7af77fbb9f08b48d49 (diff)
downloadllvm-bb69788ba3d62d95758423601c3f4f00d269d3cd.tar.gz
llvm-bb69788ba3d62d95758423601c3f4f00d269d3cd.tar.bz2
llvm-bb69788ba3d62d95758423601c3f4f00d269d3cd.tar.xz
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
Diffstat (limited to 'include')
-rw-r--r--include/llvm/IR/Instructions.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/IR/Instructions.h b/include/llvm/IR/Instructions.h
index 786fa8cdc2..2a2c4c69d3 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<Value *> 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);