Deleted one line too many. oops.
authorDale Johannesen <dalej@apple.com>
Sat, 7 Feb 2009 01:34:19 +0000 (01:34 +0000)
committerDale Johannesen <dalej@apple.com>
Sat, 7 Feb 2009 01:34:19 +0000 (01:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63996 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/SelectionDAGNodes.h

index 4014fda548d1ebe5952746afb7f71de466c7253a..1454fb594a3b1dacde5b42e6794d27075f8ad712 100644 (file)
@@ -2045,6 +2045,7 @@ class LabelSDNode : public SDNode {
   unsigned LabelID;
 protected:
   friend class SelectionDAG;
+LabelSDNode(unsigned NodeTy, DebugLoc dl, SDValue ch, unsigned id)
     : SDNode(NodeTy, dl, getSDVTList(MVT::Other)), LabelID(id) {
     InitOperands(&Chain, ch);
   }