diff options
Diffstat (limited to 'include/llvm/Instructions.h')
-rw-r--r-- | include/llvm/Instructions.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/include/llvm/Instructions.h b/include/llvm/Instructions.h index 660776a..e4f7504 100644 --- a/include/llvm/Instructions.h +++ b/include/llvm/Instructions.h @@ -805,20 +805,6 @@ public: typename std::iterator_traits<InputIterator>::iterator_category()); } -#if 0 - // Leave these here for llvm-gcc - CallInst(Value *F, Value* const *Args, unsigned NumArgs, - const std::string &Name = "", Instruction *InsertBefore = 0); - CallInst(Value *F, Value *const *Args, unsigned NumArgs, - const std::string &Name, BasicBlock *InsertAtEnd); - - // Alternate CallInst ctors w/ two actuals, w/ one actual and no - // actuals, respectively. - CallInst(Value *F, Value *Actual1, Value *Actual2, - const std::string& Name = "", Instruction *InsertBefore = 0); - CallInst(Value *F, Value *Actual1, Value *Actual2, - const std::string& Name, BasicBlock *InsertAtEnd); -#endif CallInst(Value *F, Value *Actual, const std::string& Name = "", Instruction *InsertBefore = 0); CallInst(Value *F, Value *Actual, const std::string& Name, |