[llvm-commits] [llvm] r63996 - /llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h
Dale Johannesen
dalej at apple.com
Fri Feb 6 17:34:19 PST 2009
Author: johannes
Date: Fri Feb 6 19:34:19 2009
New Revision: 63996
URL: http://llvm.org/viewvc/llvm-project?rev=63996&view=rev
Log:
Deleted one line too many. oops.
Modified:
llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h
Modified: llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h?rev=63996&r1=63995&r2=63996&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h (original)
+++ llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h Fri Feb 6 19:34:19 2009
@@ -2045,6 +2045,7 @@
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);
}
More information about the llvm-commits
mailing list