Remove a dead target hook.

llvm-svn: 94646
This commit is contained in:
Evan Cheng 2010-01-27 01:44:40 +00:00
parent 029eb7d243
commit 820a318c55
1 changed files with 0 additions and 13 deletions

View File

@ -1295,19 +1295,6 @@ public:
assert(0 && "ReplaceNodeResults not implemented for this target!");
}
/// IsEligibleForTailCallOptimization - Check whether the call is eligible for
/// tail call optimization. Targets which want to do tail call optimization
/// should override this function.
virtual bool
IsEligibleForTailCallOptimization(SDValue Callee,
CallingConv::ID CalleeCC,
bool isVarArg,
const SmallVectorImpl<ISD::InputArg> &Ins,
SelectionDAG& DAG) const {
// Conservative default: no calls are eligible.
return false;
}
/// getTargetNodeName() - This method returns the name of a target specific
/// DAG node.
virtual const char *getTargetNodeName(unsigned Opcode) const;