summaryrefslogtreecommitdiff
path: root/include/llvm/IR/CallSite.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/IR/CallSite.h')
-rw-r--r--include/llvm/IR/CallSite.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/IR/CallSite.h b/include/llvm/IR/CallSite.h
index 39cb461f09..9847e70050 100644
--- a/include/llvm/IR/CallSite.h
+++ b/include/llvm/IR/CallSite.h
@@ -160,9 +160,6 @@ public:
///
FunTy *getCaller() const { return (*this)->getParent()->getParent(); }
- /// \brief Tests if this is a tail call. Only a CallInst can be a tail call.
- bool isTailCall() const { return isCall() && cast<CallInst>->isTailCall(); }
-
/// \brief Tests if this call site must be tail call optimized. Only a
/// CallInst can be tail call optimized.
bool isMustTailCall() const {