mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-07 12:30:44 +00:00
remove a (now) unused getNode method.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29613 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8742867f95
commit
3cf55848d9
@ -217,11 +217,6 @@ public:
|
||||
}
|
||||
SDOperand getNode(unsigned Opcode, std::vector<MVT::ValueType> &ResultTys,
|
||||
const SDOperand *Ops, unsigned NumOps);
|
||||
SDOperand getNode(unsigned Opcode, std::vector<MVT::ValueType> &ResultTys,
|
||||
const std::vector<SDOperand> &Ops) {
|
||||
return getNode(Opcode, ResultTys, &Ops[0], Ops.size());
|
||||
}
|
||||
|
||||
|
||||
/// getSetCC - Helper function to make it easier to build SetCC's if you just
|
||||
/// have an ISD::CondCode instead of an SDOperand.
|
||||
|
Loading…
Reference in New Issue
Block a user