diff options
| author | Nick Lewycky <nicholas@mxc.ca> | 2014-02-26 02:39:43 +0000 |
|---|---|---|
| committer | Nick Lewycky <nicholas@mxc.ca> | 2014-02-26 02:39:43 +0000 |
| commit | d883a1c14880cf0d423ebda6848bc0a8e69ce10b (patch) | |
| tree | c56e1c79b18ee629a51bf5c751e2e0a50ebf376a | |
| parent | aaf2816d59b4d36d99706a5086ed998ed073e73c (diff) | |
| download | bcm5719-llvm-d883a1c14880cf0d423ebda6848bc0a8e69ce10b.tar.gz bcm5719-llvm-d883a1c14880cf0d423ebda6848bc0a8e69ce10b.zip | |
Delete two declared overloads of CallInst::CallInst that are never defined or used. No functionality change.
llvm-svn: 202218
| -rw-r--r-- | llvm/include/llvm/IR/Instructions.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/include/llvm/IR/Instructions.h b/llvm/include/llvm/IR/Instructions.h index 786fa8cdc21..2a2c4c69d33 100644 --- a/llvm/include/llvm/IR/Instructions.h +++ b/llvm/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); |

