Deleted one line too many. oops.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63996 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dale Johannesen 2009-02-07 01:34:19 +00:00
parent edb62c484e
commit 472da14240

View 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);
}