mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-03 16:18:37 +00:00
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:
parent
edb62c484e
commit
472da14240
@ -2045,6 +2045,7 @@ class LabelSDNode : public SDNode {
|
|||||||
unsigned LabelID;
|
unsigned LabelID;
|
||||||
protected:
|
protected:
|
||||||
friend class SelectionDAG;
|
friend class SelectionDAG;
|
||||||
|
LabelSDNode(unsigned NodeTy, DebugLoc dl, SDValue ch, unsigned id)
|
||||||
: SDNode(NodeTy, dl, getSDVTList(MVT::Other)), LabelID(id) {
|
: SDNode(NodeTy, dl, getSDVTList(MVT::Other)), LabelID(id) {
|
||||||
InitOperands(&Chain, ch);
|
InitOperands(&Chain, ch);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user