add a method

llvm-svn: 22958
This commit is contained in:
Chris Lattner 2005-08-21 22:30:42 +00:00
parent 466fecee19
commit f4dcbc0b98
1 changed files with 3 additions and 0 deletions

View File

@ -234,6 +234,9 @@ public:
SDOperand Op5);
void SelectNodeTo(SDNode *N, MVT::ValueType VT1, MVT::ValueType VT2,
unsigned TargetOpc, SDOperand Op1, SDOperand Op2);
void SelectNodeTo(SDNode *N, MVT::ValueType VT1, MVT::ValueType VT2,
unsigned TargetOpc, SDOperand Op1, SDOperand Op2,
SDOperand Op3);
SDOperand getTargetNode(unsigned Opcode, MVT::ValueType VT,
SDOperand Op1) {