summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/include/llvm/IR/CallSite.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/include/llvm/IR/CallSite.h b/llvm/include/llvm/IR/CallSite.h
index 16a9e5780fc..9c87936dd21 100644
--- a/llvm/include/llvm/IR/CallSite.h
+++ b/llvm/include/llvm/IR/CallSite.h
@@ -152,11 +152,6 @@ public:
bool arg_empty() const { return arg_end() == arg_begin(); }
unsigned arg_size() const { return unsigned(arg_end() - arg_begin()); }
- /// arg_operands - iteration adapter for range-for loops.
- iterator_range<IterTy> arg_operands() const {
- return iterator_range<User::const_op_iterator>(arg_begin(), arg_eng());
- }
-
/// getType - Return the type of the instruction that generated this call site
///
Type *getType() const { return (*this)->getType(); }
OpenPOWER on IntegriCloud