add an accessor
authorChris Lattner <sabre@nondot.org>
Wed, 16 Aug 2006 22:57:08 +0000 (22:57 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 16 Aug 2006 22:57:08 +0000 (22:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29739 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/SelectionDAG.h

index b748053429dda354920bc1506b3aa4302a996c53..cb5d614cfabf3f06087185ae50a546a6f1c90ee5 100644 (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.