diff options
Diffstat (limited to 'include/llvm/Instructions.h')
-rw-r--r-- | include/llvm/Instructions.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/Instructions.h b/include/llvm/Instructions.h index 2b7241e..be523b1 100644 --- a/include/llvm/Instructions.h +++ b/include/llvm/Instructions.h @@ -1397,9 +1397,6 @@ public: // if it was passed NULL. explicit ReturnInst(Value *retVal = 0, Instruction *InsertBefore = 0); ReturnInst(Value *retVal, BasicBlock *InsertAtEnd); - ReturnInst(const std::vector<Value *> &retVals); - ReturnInst(const std::vector<Value *> &retVals, Instruction *InsertBefore); - ReturnInst(const std::vector<Value *> &retVals, BasicBlock *InsertAtEnd); ReturnInst(Value * const* retVals, unsigned N); ReturnInst(Value * const* retVals, unsigned N, Instruction *InsertBefore); ReturnInst(Value * const* retVals, unsigned N, BasicBlock *InsertAtEnd); |