From: Dale Johannesen Date: Sat, 7 Feb 2009 01:34:19 +0000 (+0000) Subject: Deleted one line too many. oops. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=472da1424042682ffaf6d9a253b0ff47acc1a572;p=oota-llvm.git Deleted one line too many. oops. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63996 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/SelectionDAGNodes.h b/include/llvm/CodeGen/SelectionDAGNodes.h index 4014fda548d..1454fb594a3 100644 --- a/include/llvm/CodeGen/SelectionDAGNodes.h +++ b/include/llvm/CodeGen/SelectionDAGNodes.h @@ -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); }