mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-03 09:21:02 +00:00
Remove now-dead method.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29615 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e219945348
commit
246db8de3d
@ -211,10 +211,6 @@ public:
|
|||||||
SDOperand N5);
|
SDOperand N5);
|
||||||
SDOperand getNode(unsigned Opcode, MVT::ValueType VT,
|
SDOperand getNode(unsigned Opcode, MVT::ValueType VT,
|
||||||
const SDOperand *Ops, unsigned NumOps);
|
const SDOperand *Ops, unsigned NumOps);
|
||||||
SDOperand getNode(unsigned Opcode, MVT::ValueType VT,
|
|
||||||
const std::vector<SDOperand> &Ops) {
|
|
||||||
return getNode(Opcode, VT, &Ops[0], Ops.size());
|
|
||||||
}
|
|
||||||
SDOperand getNode(unsigned Opcode, std::vector<MVT::ValueType> &ResultTys,
|
SDOperand getNode(unsigned Opcode, std::vector<MVT::ValueType> &ResultTys,
|
||||||
const SDOperand *Ops, unsigned NumOps);
|
const SDOperand *Ops, unsigned NumOps);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user