mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-03 02:31:26 +00:00
remove #if 0 code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40879 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
27f92be8b7
commit
731a5f1f94
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user