mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
remove a dead node
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24966 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -184,10 +184,6 @@ public:
|
||||
return getNode(ISD::CopyFromReg, ResultTys, Ops);
|
||||
}
|
||||
|
||||
SDOperand getImplicitDef(SDOperand Chain, unsigned Reg, MVT::ValueType VT) {
|
||||
return getNode(ISD::ImplicitDef, MVT::Other, Chain, getRegister(Reg, VT));
|
||||
}
|
||||
|
||||
/// getCall - Note that this destroys the vector of RetVals passed in.
|
||||
///
|
||||
SDNode *getCall(std::vector<MVT::ValueType> &RetVals, SDOperand Chain,
|
||||
|
Reference in New Issue
Block a user