Remove dead inline function that doesn't compile

MSVC doesn't diagnose this, interestingly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207144 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Kleckner 2014-04-24 20:19:22 +00:00
parent 710c1a449d
commit 1ce40b302d

View File

@ -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 {