ADd a method

llvm-svn: 22954
This commit is contained in:
Chris Lattner 2005-08-21 19:48:53 +00:00
parent 968aeb18b0
commit 433390fba2
1 changed files with 2 additions and 0 deletions

View File

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