remove #if 0 code.
authorChris Lattner <sabre@nondot.org>
Mon, 6 Aug 2007 22:01:53 +0000 (22:01 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 6 Aug 2007 22:01:53 +0000 (22:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40879 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Instructions.h

index 660776a846e810fb61ded100fb32ccbee11347f8..e4f7504d1b5d36e887f7eda51408df69d2903e16 100644 (file)
@@ -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,