add an accessor

llvm-svn: 29739
This commit is contained in:
Chris Lattner 2006-08-16 22:57:08 +00:00
parent 0cead44fb1
commit 95b8602425
1 changed files with 2 additions and 0 deletions
llvm/include/llvm/CodeGen

View File

@ -245,6 +245,8 @@ public:
const SDOperand *Ops, unsigned NumOps);
SDOperand getNode(unsigned Opcode, const MVT::ValueType *VTs, unsigned NumVTs,
const SDOperand *Ops, unsigned NumOps);
SDOperand getNode(unsigned Opcode, SDVTList VTs,
const SDOperand *Ops, unsigned NumOps);
/// getSetCC - Helper function to make it easier to build SetCC's if you just
/// have an ISD::CondCode instead of an SDOperand.