mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 22:04:55 +00:00
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:
parent
710c1a449d
commit
1ce40b302d
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user