mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 16:21:41 +00:00
Remove a dead target hook.
llvm-svn: 94646
This commit is contained in:
parent
37c57e69df
commit
a5cb4213ac
@ -1295,19 +1295,6 @@ public:
|
|||||||
assert(0 && "ReplaceNodeResults not implemented for this target!");
|
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
|
/// getTargetNodeName() - This method returns the name of a target specific
|
||||||
/// DAG node.
|
/// DAG node.
|
||||||
virtual const char *getTargetNodeName(unsigned Opcode) const;
|
virtual const char *getTargetNodeName(unsigned Opcode) const;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user