mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-08 12:21:04 +00:00
Deleted one line too many. oops.
llvm-svn: 63996
This commit is contained in:
parent
71d758eead
commit
ddff168e76
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user