projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edb62c4
)
Deleted one line too many. oops.
author
Dale Johannesen
<dalej@apple.com>
Sat, 7 Feb 2009 01:34:19 +0000
(
01:34
+0000)
committer
Dale Johannesen
<dalej@apple.com>
Sat, 7 Feb 2009 01:34:19 +0000
(
01:34
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63996
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/SelectionDAGNodes.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/SelectionDAGNodes.h
b/include/llvm/CodeGen/SelectionDAGNodes.h
index 4014fda548d1ebe5952746afb7f71de466c7253a..1454fb594a3b1dacde5b42e6794d27075f8ad712 100644
(file)
--- 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);
}